
/* 0. CLARIFICATION
--------------------------------------------------------------------------------
============================================================================= */


/* 0.1 RESET
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */


/* 0.1.1  Universal Selector ‘*’ Reset
----------------------------------------------------------------------------- */
* {
	/*line-height: 1em;*/
}


/* x.x.x  BETA
----------------------------------------------------------------------------- */


/* x.x.x  LIVE
----------------------------------------------------------------------------- */
body[class*="page-my-wedding-wishlist"] .views-exposed-widget.views-widget-filter-field_goods_category_nid {
	display: none;
}


/* 1. ELEMENTS
--------------------------------------------------------------------------------
============================================================================= */


/* 1.1 TEXT
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
legend {
	border-bottom: none;
}


/* 1.1.3  Headings
----------------------------------------------------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1em;
}


/* 1.1.4  Lists
----------------------------------------------------------------------------- */
li ul, 
li ol {
	margin: 0 1.5em !important;
}
ul, 
ol {
	margin: 0 1.5em 1.5em 1.5em !important;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
dl {
	margin: 0 0 1.5em 0 !important;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em !important;
}


/* 1.2 CONTROLS
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */


/* 1.2.1  Inputs
----------------------------------------------------------------------------- */
textarea, 
input, 
select {
	outline: none !important;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
	border: 1px solid #cccccc;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* 1.7 OTHERS
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
hr {
	border-width: 0px;
	border-bottom: solid 1px #ccc;
}
p, 
code, 
pre, 
kbd {
	margin: 0;
}
del {
	text-decoration: line-through;
}
pre {
	white-space:pre;
}
abbr, 
acronym {
	border-bottom: 1px dotted;
}
address {
	font-style:italic;
}

/* 2. CONTAINERS
--------------------------------------------------------------------------------
============================================================================= */
.clear {
	clear: both;
	height: 0px;
}
.clear .content {
	display: none;
}

/* 2.1 PRIMARY
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */


/* 2.1.1  Document
----------------------------------------------------------------------------- */
html {
}


/* 2.1.2  Body
----------------------------------------------------------------------------- */
body {
	background: #ffffff url('../img/bg-default.gif') 0 0 repeat;
}

/*---*/
#field-gallery-items table tbody td {
	background: #FFF;
	border: solid 1px #fff;
}
#field-gallery-items .description {
	margin: 0px;
}
#field-gallery-items #field_gallery_values tbody tr:last-child{
	border: none;
}

#field-gallery-items table {
	margin-left: 165px;
}
#field-gallery-items table tr.even, 
#field-gallery-items table tr.odd {
	border: none;
}
body[class*="administrator cms manager"] form #field-gallery-items table {
	margin-left: 0px;
}
#field-gallery-items table thead {
	position: absolute;
	margin-left: -86px;
	margin-top: 5px;
}
body[class*="administrator cms manager"] form #field-gallery-items thead {
	position: static;
}
#field-gallery-items table thead th {
	font-weight: normal;
	border: none;
}
#field-gallery-items table tbody td {
	background: #fff;
	padding: 10px 0;
}
#field-gallery-items .description {
	margin: 0px;
}
#field-gallery-items .form-item {
	margin: 0;
}
#field-gallery-items #field_gallery_values tbody tr:last-child {
	border: none;
}
#field-gallery-items .content-add-more {
	margin-left: 160px;
}