#product_wrapper{
	float: left;
	height: 160px;
	width: 260px;
	margin-right: 25px;
	background-image: url(../_img/product_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 25px;
}

#content{
	height: 160px;
	width: 240px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.title{
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003E7E;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	margin-bottom: 5px;
	font-weight: bold;
}


#img_details_holder{
	width: 240px;
}

#img{
	float: left;
	width: 80px;
	border: 1px solid #CCCCCC;
}

.details{
	float: right;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
}

/*Product table styles*/
.table {
	width: 100%;
}
.table2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.table-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #04387B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-header a {
	color: #FFFFFF;
	text-decoration: none;
}
.table-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.table-row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-row2 a {
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
.table-row2 a:hover {
	text-decoration: underline;
	color: #563902;
}


.cat_spacer{
	float: left;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.view_all{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #04387B;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.view_all a{
	color: #FFFFFF;
	text-decoration:none;
}

.view_all a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#googleCheckoutRight{
	float: right;
}
