/* @override http://localhost:3000/stylesheets/products.css */

/* CSS Document */

#products_list {
	position: relative;
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#products_list div {
	width: 125px;
	float: left;
	margin-left: 31px;
	margin-right: 30px;
	margin-bottom: 20px;
}

*html #products_list div {
margin-right: 25px;
margin-left: 25px;
}

#products_list, #products_list2 a {
	display: block;
	text-align: center;
}
#products_list p {
text-align: center;
font-weight: bold;
padding: 0px;
margin: 0px;
}

#products_list2 div {
	float: left;
	margin: 0 5px;
	padding: 0 11px;
	margin-bottom: 20px;
}

#products_list2 {
	padding: 0px;
	height: auto;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#products_list2 img {
	padding-bottom: 10px;
}
#products_list2 h3 {
	font-size: 80%;
}
.details {
	font-size: 80%;
	font-weight: normal!important;
	padding: 0px;
	margin: 0px;
}

.list-line-odd {
background-color: #DBF8DA;
}
.list-line-odd2 {
	background-color: #F1DFCB;
}
.list-line-odd3 {
	background-color: #F5B5B5;
}
.list-line-odd4 {
	background-color: #E3CEF5;
}
.list-line-odd5 {
	background-color: #E2E2E2;
}


#size_table {
width: 800px;
padding-top: 1px;
}

#size_table table{
	width: 400px;
	text-align: center;
	background-color: white;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: solid 1px #E5E5E5;
	margin-bottom: 85px;
	font-size: 90%;
}

#table2 {
	clear: none!important;
	margin-bottom: 35px!important;
}
#table3 {
	clear: none!important;
	margin-bottom: 50px;
}


#size_table th {
	background-color: #999999;
	color: white;
	font-size: 90%;
}
#size_table td {
	padding-top: 5px;
	padding-bottom: 5px;
}


#size_table img {
float: left;
	margin-left: 195px;
	margin-top: 20px;
}

.product_title {
padding: 0px;
margin-left: 20px;
padding-top; 50px;
position: absolute;
margin-top: 70px;
font-weight: bold;
}

*html .product_title {
margin-left: -210px;
}

.product_title2 {
padding: 0px;
margin-left: 20px;
padding-top; 50px;
position: absolute;
margin-top: 200px;
font-weight: bold;
}

#size_img2 {
margin-left: 110px!important;
}

#detail_box {
	float: left;
	font-size: 90%;
	padding: 5px;
	padding-left: 15px;
	line-height: 1.55em;
	letter-spacing: 0.25em;
	margin: 0px;
	margin-left: 15px;
	list-style: none;
	width: 240px;
	border: solid 1px #999999;
	margin-top: 20px;
}


#products_list img{
padding-bottom: 15px;
}

h3 {
margin: 0px;
padding-bottom: 10px;
}

h3 a{
text-decoration: none;
font-weight: normal;
color: #333333;
display: block;
}

h3 a:hover{
color: #FF730F;
}