@charset "utf-8";

ul {
list-style:none;}

#content {
	padding: 7px 7px 0px 7px;
}

#content label {
color: #cc0001;
font-weight: bold;
margin: 0 0 5px 0;
}

#content input[type="text"]{
	border: solid 1px #CCCCCC;
	margin:  2px;
	padding: 2px;
}
#content input[type="password"]{
	border: solid 1px #CCCCCC;
	margin:  2px;
	padding: 2px;
}

#content select{
	border: solid 1px #CCCCCC;
	margin:  2px;
	padding: 2px;
}

/*#content ul {
list-style: disc;
margin:  0px 0 5px 25px;
}

#content li {
line-height: 200%;
}

#content li.ovr 
{
color:	#cc0001;
font-weight: bold;
}

#content li.ovr a
{
color:	#cc0001;
font-weight: bold;
}

#content li.ovr1 
{
color:	#006699;
font-weight: bold;
}

#content li.ovr1 a
{
color:	#006699;
font-weight: bold;
}

#content li ul {
margin: 0px 0 5px 0;
padding: 5px 10px 5px 20px;
list-style: circle;
}

#content li ul li ul{
margin: 0px 0 5px 0;
padding: 5px 20px 5px 20px;
list-style: disc;

}*/







#product_detail {
	padding: 7px 20px 0px 20px;
}

#content p, #product_detail p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#contact_form label {
	margin: 5px 0 0 0;
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
}

#contact_form input {
	margin: 5px 0 0 10px;
	border: 1px solid #CCCCCC;
	width: 300px;
}

#contact_form select {
	margin: 5px 0 0 2px;
	border: 1px solid #CCCCCC;
	width: 305px;
	}

#contact_form textarea {
	margin: 5px 0 0 2px;
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 125px;
}

#contact_form #btnSend {
	width: 120px;
	height: 27px;
	margin: 20px 0 0 100px;
}

#categories {
	width: 630px;
	margin: auto;
}

#categories .item {
	float: left;
	text-align: center;
	width: 155px;
	padding-bottom: 10px;
}

#categories .item img {
	position: relative;
	top: 2px;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin: auto;
}

#categories .item a {
	width: 120px;
	display: block;
	margin: auto;
}






#items_list {
	position: relative;
	top: -18px;
}

#items_list .item {
	border-bottom: solid 1px #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
}

#items_list .item a {
	font-size: 1.1em;
	text-decoration: none;
}

#items_list .item a:hover {
	text-decoration: underline;
}

#items_list .right {
	width: 512px;
	float: left;
}

#items_list .left {
	float: left;
}

#items_list .left img {
	float: left;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-right: 15px;
}

#items_list .price {
	top: -8px;
	background-color: #E6E6E6;
	display: block;
	float: right;
	padding: 5px 15px 5px 15px;
	margin-top: 25px;
}

#items_list .price strong {
	padding-right: 10px;
	display: block;
	float: left;
	padding-top: 8px;
}

#items_list .price img {
	border: none;
	margin-top: 2px;
}

#top_paging {
	position: relative;
	top: 14px;
	left: 489px;
	width: 160px;
}
#top_paging1 {
	position: absolute;
	top: 14px;
	height: 30px;
	
}
#bottom_paging {
	position: relative;
	top: 20px;
	left: 2px;
	width: 160px;
	float: right;
}

#top_paging select, #bottom_paging select {
	font-size: 1em;
	margin-left: 5px;
	width: 70px;
	position: relative;
	top: 1px;
}

#top_paging span, #bottom_paging span {
	position: relative;
	top: -1px;
	left: 2px;
	padding-right: 2px;
}

#top_paging img, #bottom_paging img {
	border: none;
}

#filter_top {
	width: 238px;
	height: 10px;
	background: url(../images/side-nav-top.jpg) no-repeat bottom;
}

#filter_bottom {
	width: 238px;
	height: 10px;
	background: url(../images/side-nav-bottom.jpg) no-repeat;
	margin-bottom: 13px;
}

#filter {
	width: 236px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#filter .header {
	font-size: 1.4em;
	text-decoration: none;
	background: url(../images/bullet.jpg) 0px 1px no-repeat;
	padding-left: 20px;
	color:	#006699;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
	width: 190px;
}

#filter a {
	text-decoration: none;
	padding-left: 20px;
	font-weight: normal;
	color: #333333;
	display: block;
}

#filter a.active {
	color: #CC0000;
	background: url(../images/_active.jpg) no-repeat right;
	width: 110px;
	display: block;
}

#filter a:hover {
	color: #CC0000;
}

#filter ul {
	position: relative;
	left: 13px;
}

#filter li {
	list-style: none;
	margin-bottom: 6px;
	width: 210px;
}

#filter li.last {
	margin: 0px;
}

#item_image {
	border: solid 1px #CCCCCC;
	padding: 3px;
}
.item_image {
	border: solid 1px #CCCCCC;
	padding: 3px;
}

#suggestions_wrapper {
	float: right;
	z-index: 100;
}

#suggestions_top {
	width: 238px;
	height: 30px;
	background: url(../images/top-selling-top.jpg) no-repeat;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

#suggestions_bottom {
	width: 238px;
	height: 10px;
	background: url(../images/side-nav-bottom.jpg) no-repeat;
	margin-bottom: 13px;
}

#suggestions {
	width: 236px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
}

#suggestions .wrapper {
	position: relative;
	top: 10px;
	left: 13px;
}

#suggestions .suggestion {
	clear: both;
	line-height: 1.4em;
	width: 208px;
	border-bottom: solid 1px #CCCCCC;
	height: 84px;
	padding-top: 14px;
}

#suggestions .last {
	border-bottom: none;
	height: 92px;
}

#suggestions .suggestion img {
	float: left;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-right: 12px;
	height: 60px;
}

#item_options {
	border-collapse: collapse;
	width: 100%;
}

#item_options th {
	background-color:#CCCCCC;
	padding: 5px 10px 5px 10px;
	color:#333333;
}

#item_options td {
	border: solid 1px #CCCCCC;
	padding: 2px 10px 2px 10px;
}

#item_options td.add_cell {
	border: solid 1px #CCCCCC;
	background-color: #E6E6E6;
	text-align: center;
	width: 160px;
	white-space:nowrap;
}

#item_options span {
	position: relative;
	vertical-align:middle;
	top: -4px;
	left: -3px;
}

#item_options .qty {
	position: relative;
	top: -2px;
	width: 40px;
}

#item_options .add {
	position: relative;
	top: 3px;
	left: 5px;

}



#item_indv {
	float: left;
	width: 650px;
}

#item_indv .right {
	float: left;
	margin-right: 20px;
}

#item_indv .left {
	float: left;
	width: 420px;
	font-size: .9em;
}








.item_options {
	border-collapse: collapse;
	width: 100%;
}

.item_options th {
	background-color:#CCCCCC;
	padding: 5px 10px 5px 10px;
	color:#333333;
}

.item_options td {
	border: solid 1px #CCCCCC;
	padding: 2px 10px 2px 10px;
}

.item_options td.add_cell {
	border: solid 1px #CCCCCC;
	background-color: #E6E6E6;
	width: 160px;
	white-space:nowrap;
}

.item_options span.qty1 {
	position: relative;
	top: -4px;
	left: -3px;
}


.item_options .qty {
	position: relative;
	top: -2px;
	width: 40px;
}

.item_options .add {
	position: relative;
	top: 3px;
	left: 5px;

}

.item_options input[type="text"]{
	border: solid 1px #CCCCCC;
	margin:  2px;
	padding: 2px;
}
