/* products section */
#productHeader {
	display:block;
	position:relative;
	background-color:#E2E2E2;
	padding-left:20px;
	padding-right:30px;
}

#productMenu {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#productMenu li {
	display:block;
	float:left;
}

#productMenu a {
	margin-right:2px;
	display:block;
	width:156px;
	height:27px;
	background:url(../img/bg_product_tab.png) no-repeat top left;
}

#productMenu .last a {
	margin-right:0px;
}

#productMenu a.active {
	background:url(../img/bg_product_tab.png) no-repeat bottom left;
}


#filters {
	background:#999999;
	height:27px;
	padding-top:7px;
	
	font-size:14px;
	color:#000;
	padding-left:16px;
}
#filters select{
	font-size:14px;
}

/***************************/
/* main */


#xxmain {
	display:block;
	position:relative;
	border:1px solid #999;
	border-top:0;
	height:auto !important;
	min-height:440px;
	height:440px;
	padding-top:14px;
	padding-bottom:10px;
	background-color: #fff;
}

.page_text {
	padding:14px;
	padding-top:0;
}

.popup_main {
	display:block;
	overflow-y:hidden;
	overflow-x:hidden;
}

.popup_main ul,
.popup_main ol {
	margin:4px;
	margin-bottom:8px;

}
.popup_main li {
	font-size:14px;
}


/***************************/
/* thumb item */

.thumb_item_cat, 
.thumb_item_product {
	display:block;
	width:174px;
	float:left;
	margin:18px 15px;

	font-size:14px;
	font-color:#000;
}

.thumb_available {
	display:block;
	width:121px;
	height:19px;
	background:url(../images/bg_available.gif) no-repeat;
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
}

.thumb_item_cat .thumb_available {
	margin:0 auto;
}

.thumb_available a {
	display:block;
	width:121px;
	height:19px;
	color:#FFFFFF;
	text-decoration:none;
}

.thumb_available a:hover {
	text-decoration:underline;
}

.thumb_title {
	display:block;
	padding:2px 0;
}
.thumb_item_cat .thumb_title {
	text-align:center;
}
.thumb_item_product .thumb_available,
.thumb_item_product .thumb_title {
	margin-left:14px;
}


.thumb_title p {
	margin:0;
	padding:0;
}
.thumb_image {
	display:block;
	width:174px;
	height:140px;
	overflow:hidden;
	text-align:center;
}



/***************************/
/* product list/table */

.product_list_table {
	display:block;
	padding:0 14px;
	
	font-size:14px;
	line-height:14px;
	margin-bottom:18px;
}

.product_list_row_header,
.product_list_row {
	display:block;
	background: #ccc;
	padding:5px 0;
	clear:both;
	border:1px solid #ccc;
}

.product_list_row {
	text-decoration:none;
	color:#000;
}

.product_list_row.alt {
	background: #999;
	border:1px solid #999;
}
.product_list_row_header{
	font-weight:bold;
}

.product_list_row.over {
	border:1px solid #000;
	cursor:pointer;
}


.product_list_cell {
	display:block;
	float:left;	
	margin-left:9px;
	width:100px;
	margin-top:3px;
}

.product_list_cell.col1 { width:94px; }
.product_list_cell.col2 { width:192px; }
.product_list_cell.col3 { width:245px; }
.product_list_cell.col4 { width:82px; text-align:center; }
.product_list_cell.col5 { width:121px; margin-top:0;}




/* ************************ */
/* - Page Results Nav     - */
/* ************************ */

#page_nav {
	padding:5px 14px;
}

.page_nav_item {
	font-size:11px;	
	line-height:11px;
	color:#666;
}
.page_nav_item.current,
.page_nav_item.disabled {
	padding:2px;
	border:1px solid #fff;
}
.page_nav_item a {
	color:#000;
	padding:2px;
	text-decoration:none;
	border:1px solid #fff;
}
.page_nav_item a:hover {
	border:1px solid #000;
}
.page_nav_item.current {
	color:#000;
	background:#ccc;
}


/* ************************ */
/* Product Popup  
/* ************************ */

#product_details,
#product_details p{
	font-size:12px;
	margin:0;
	padding:0;
}

#product_title {
	display:block;
	margin-bottom:4px;
	font-size:24px;
}
#product_image {
	display:block;
	margin-bottom:14px;
}
#product_desc {
	display:block;
}
#product_limited {
	display:block;

	color:#ff0000;
	font-weight:bold;
}
#product_available {
	display:block;
	border-bottom:1px solid #000;
	margin-top:14px;
	margin-bottom:8px;

	font-weight:bold;
}
.product_available_msg {
	display:block;
	margin-bottom:8px;
}

.purchase_form select {
	font-size:11px;
}

.purchase_form select.item_options {
	width:250px;
}


.tooltip {
	display:none;
	background:transparent url(/shop/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;	
}
