/***** GENERIC CLASSES *****/
.left{
	float: left;
}
.right{
	float: right;
}
.border_left{
	border-left: thin solid #c9a675;
}
.border_right{
	border-right: thin solid #c9a675;
}
.border_top{
	border-top: thin solid #c9a675;
}
.border_bottom{
	border-bottom: thin solid #c9a675;
}
.center{
	margin: 0 auto;
}

/***** HIGH LEVEL BLOCKS *****/
form#details{
	margin-top: 20px;
}
.content{
	margin-left: 20px;
}

/***** BLOCK ELEMENTS *****/
.content > div{
	margin-bottom: 2em;
/*	width:450px;*/
}
.header{
	background-color: #c9a675;
	padding: 0.5em;
	margin-bottom: 0.5em;
	cursor: pointer;
}
.subdued_header{
	color: #666;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.toggle{

}
.block{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}


form#details ul{
	/* option 1 
	padding-left: 1em;
	list-style-position: inside;
	list-style-type: square;
	*/
	
	/* option 2 */
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
}
form#details input{
	/*
	vertical-align: bottom;
	*/
}
form#details table{
	vertical-align: bottom;
	border: 0;
	padding: 0;
	margin: 0;
}


/***** SPECIFIC BLOCKS *****/

/* title */
form#details .title small{
	display: none;
}
.details_title_table {
	background-image: url(../../../templates/uncle_default/images/h1_product_backgrnd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	left: 174px;
}
form#details .title h1{
	margin: 0;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

/* buy */
form#details .buy table{
	width: 100%;
}
form#details .buy img{
	cursor: pointer;
}

/* images */
form#details div.images div.block{
	width: 100%;
/*	border: 1px solid #A7080D;*/
	height: 355px;
}
div#image_view_box{
	position: relative;
	left: 180px;
}
div#image_view_box .medium_thumbnail{
	left: 0;
	top: 0;
	position: absolute;
	background-color: #ffffff;
	padding: 0px;
	border: thin solid #c9a675;
}
form#details ul#thumbnails{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	top: 0px;
	position: relative;
}
form#details ul#thumbnails li{
	height: 102px;
	width: 156px;
	overflow: hidden;
	text-align: left;
	display: list-item;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 21px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: none;
}
form#details ul#thumbnails li img{
	height: 100px;
	border: 1px solid #c9a675;
}

/* attributes */
form#details div.attributes label{
	display: inline-block;
	width: 200px;
}	

/* buttons */
form#details div.buttons fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	width: 270px;
}
form#details div.buttons select{
	margin-bottom: 5px;
	font-size: 10px;
	background-color: #F0F0F0;
	border: 1px solid #c9a675;
}
form#details div.buttons table{
	width: 600px;
	text-align:center;
}

/* safety */
div.giftwrap .block{
	border-color:#c9a675;
}


/* giftwrap */
div.giftwrap .block{
    vertical-align: middle;
	background-color: #c9a675;
	padding: 0.5em;
}
div.giftwrap label{
	color: #000;
}
div.giftwrap #child_name_event_select{
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
div.giftwrap #child_name_event{
	display: none;
	clear: both;
}
/* related products */
div.related_products .block{
    vertical-align: middle;

}
div.related_products img{
	width: 120px;
}
/* shipping estimate */
div.shipping_estimate table{
	border-collapse: collapse;
	margin-top: 1em;
}
div.shipping_estimate td{
	border-bottom: 1px solid #c9a675;
}
div.shipping_estimate td.wider{
	padding-left: 1em;
	padding-right: 1em;
}
form#zipForm select, form#zipForm input{
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
	font-size: 10px;
}
form#zipForm input{
	padding: 3px;
}
form#zipForm input[type='submit']{
	background-color: #ddd;
}
.details_content_header {
	background-image: url(../../../templates/uncle_default/images/content_header.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
.details_content_description {
	background-image: url(../../../templates/uncle_default/images/content_backgrnd.png);
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 25px;
	padding-left: 10px;
}