h5 {
	font-size: 1.0em;
	color: #666;
}
.product_status {
	float:left;
}
div#product_images {
	float: left;
	position: relative;
	margin: 0 0 5px 0;
}
div#product_images img#product_image {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}
div#product_images ul li img.active {
	border: 1px solid #ccc;
}
div#product_images ul {
	float: left;
	width: 70px;
	padding: 0;
	margin: 0;
	list-style: none;
}
div#product_images ul li {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 67px;
	height: 67px;
	margin-right: 5px;
}

h2.price {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin: 3px;	
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.product-list-item {
	float: left;
	width: 170px;
	height: 240px;
	overflow: hidden;
	margin: 0px 5px 10px 0px;
	padding: 0;
}
div.product-list-item a {
	text-decoration: none;
	color: #333;
}
div.product-list-item a h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div.product-box {
	float: left;
	padding: 0 5px 0 0;
}
img {
	margin: 0;
	border: 1px solid #eee;
}
div#product-links {
	margin: 50px 0 20px 0;
}
div#product-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#product-links ul li {
	padding: 0;
	margin: 5px 0;
}

/* specifications styles */

#specifications {
	margin-top: 10px;
}

#specifications table {
	width: 100%;
}

#specifications th {
	background: url(/images/gradient_1x30.png);
	background-repeat: repeat-x;
	color: #222;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #eaeaea;
	text-align: left;
}

#specifications td {
	padding: 5px;	
}

#specifications td label {	
	white-space: nowrap;
}

/* accessories styles */

#categories {
	margin-top: 20px;
	width: 100%;
}

#categories div.category {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 48%;
	margin-bottom:10px;
}

#categories div.category a {

	color: #800000;
	font-weight: bold;
}

#categories div.category a:hover {

	color: #800000;
	font-weight: bold;

}

#categories div.category a img {
	float: left;
	margin-right: 10px;

}
/* packet styles */

#packages h2, #faq h2 {
	color: #800000;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
.packet {
	margin-top: 5px;
	margin-bottom: 5px;
}

.packet .cart {
	float: right;
	margin-top: 5px;
}

.packet h3.price {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.packet div.images {
	margin-top: 5px;
	margin-left: 10px;
	clear: both;
	float: right;
}
.packet img.plus {
	margin-bottom: 25px;
}

/* packet style */

.product-box {
	float: left;
	margin-right: 5px;

}
.product-box img.plus {
	margin-left: 40px;
}

.description {
	height: 250px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}



/*review styles*/

#review {
	background: #eaeaea;
	padding: 10px;
}

#review h3 {
	margin-top: 0px;
}

#review label {
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

.review_header {
	background: url(/images/gradient_1x30.png);
	background-repeat: repeat-x;
	color: #222;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #eaeaea;		

}

.review_header .date {
	float: right;
}

.review h5 {
	margin-top: 10px;
	margin-bottom: 3px;

}
div.breadcrumbs {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.cart {
	float: right;
}

div.product-list-item {
	float: left;
	width: 172px;
	margin: 0px 5px 10px 5px;
}
div.product-list-item a {
	text-decoration: none;
	color: #333;
}
div.product-list-item a h1 {
	font-size: 1.1em;
}
div.product-list-item .price {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;	
	display: block;
}
#discount_header {
	margin: 10px 0px 5px 0px;
}
#discount_header a {
	color: red;
	font-size: 1.1em;
	font-weight: bold;
}
#discount_body {
	color: red;	
}

