/***** GENERIC CLASSES *****/
.left{
	float: left;
}
.right{
	float: right;
}
.border_left{
	border-left: 1px solid #ddd;
}
.border_right{
	border-right: 1px solid #ddd;
}
.border_top{
	border-top: 1px solid #ddd;
}
.border_bottom{
	border-bottom: 1px solid #ddd;
}
.center{
	margin: 0 auto;
}
/***** HIGH LEVEL BLOCKS *****/
form#details{
	margin-top: 20px;
}
.content{
	margin-left: 230px;
}
/***** BLOCK ELEMENTS *****/
.content > div{
	margin-bottom: 2em;
}
.header{
	background-color: #ddd;
	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{
	font-size: 10px;
	font-weight: normal;
}
form#details .title h1{
	margin: 0;
	padding: 0;
}
/* buy */
form#details .buy table{
	width: 100%;
}
form#details .buy img{
	cursor: pointer;
}
/* images */
form#details div.images div.block{
	width: 200px;
/*	border: 1px solid #A7080D;*/
	height: 200px;
}
div#image_view_box{
	position: relative;
}
div#image_view_box .medium_thumbnail{
	left: 0;
	top: 0;
	position: absolute;
}
form#details ul#thumbnails{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	top: 210px;
	position: relative;
}
form#details ul#thumbnails li{
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-align: center;
	display: inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form#details ul#thumbnails li img{
	height: 30px;
	border: 1px solid #DDDDDD;
}
/* attributes */
form#details div.attributes label{
	/*display: inline-block;*/
	margin-right:10px;
}	
form#details div.attributes fieldset{
	display: list-item;
}
/* buttons */
form#details div.buttons fieldset{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}
form#details div.buttons select{
	margin-bottom: 5px;
	font-size: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
form#details div.buttons table{
	width: 100%;
}
/* giftwrap */
div.giftwrap .block{
    vertical-align: middle;
	background-color: #ddd;
	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;
}
/* shipping estimate */
div.shipping_estimate table{
	border-collapse: collapse;
	margin-top: 1em;
}
div.shipping_estimate td{
	border-bottom: 1px solid #ddd;
}
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;
}
