@charset "utf-8";

/**
 * Products Listing Page
 */

/** Left side **/

#left-side-bar
{
	width:255px;
}

#tech-support, #product-categories, #sales-reps
{
	width:246px;
	clear:both;
	margin-right:9px;
}

#product-categories
{
	margin-top:9px;
}

#page-title
{
	display:block;
	clear:both;
	width:237px;
	font-size:24px;
	color:#8fadc1;
	padding:0 0 9px 18px;
	border-bottom:1px solid #cfdbe3;
	margin-bottom:9px;
}

#contact-sales-rep
{
	display:block;
	clear:both;
	width:196px;
	height:35px;
	background:url(/images/shared/buttons/contact-sales-rep.png) 0 0 no-repeat;
}

#contact-sales-rep:hover
{
	background-position:0 -35px;
}

/** Right side **/

#product-list
{
	width:725px;
}

#product-list h2
{
	display:block;
	clear:both;
	color:#6e7e88;
	font-size:12px;
	margin-bottom:20px;
}

#product-list-table
{
	width:725px;
	border-collapse:collapse;
}

#product-list-table th
{
	border-bottom:1px solid #cfdbe3;
	color:#8fadc1;
	font-size:11px;
	padding:20px 0 3px 0;
}

#product-list-table tbody tr
{
	background:url(../images/shared/product-listing.png) top center no-repeat;
}

#product-list-table tbody tr:first-child
{
	background-position:center -1px;
}

#product-list-table td
{
	padding:20px 10px 10px 10px;
	height:140px;
}

#product-list-table td.photo
{
	vertical-align:top;
	text-align:center;
}

#product-list-table td.description
{
	vertical-align:top;
}

#product-list-table td.description h1 a
{
	color:#333;
}

#product-list-table td.pricing
{
	text-align:center;
}

#product-list-table td.pricing b
{
	color:#65747d;
	font-size:14px;
}

#product-list-table td.pricing sup
{
	color:#9faab1;
}

.product-buttons
{
	display:block;
	width:157px;
	height:37px;
	margin:30px auto 0 auto;
}

.product-buttons .details
{
	display:block;
	float:left;
	clear:none;
	width:74px;
	height:37px;
	background:url(../images/shared/buttons/details.png) 0px 0px no-repeat;
	margin-right:9px;
}

.product-buttons .details:hover
{
	background-position:0px -37px;
}

.product-buttons .buy-now
{
	display:block;
	float:left;
	clear:none;
	width:74px;
	height:37px;
	background:url(../images/shared/buttons/buy-now.png) 0px 0px no-repeat;
}

.product-buttons .buy-now:hover
{
	background-position:0px -37px;
}


/** paginator **/

#paginator
{
	display:block;
	text-align:right;
	width:725px;
	padding:15px 0 9px 0;
	border-top:1px solid #cfdbe3;
	color:#6e7e88;
}

#paginator .page-link
{
	display:inline-block;
	padding:1px 2px;
}

#paginator .page-link:hover, #paginator .active
{
	background-color:#cfdbe3;
	color:#465259;
}

#paginator .previous
{
	background:url(../images/shared/buttons/page-previous.png) 0px -9px no-repeat;
	width:7px;
	height:9px;
	margin:1px 7px 0 0;
	cursor:pointer;
}

#paginator .next
{
	clear:none;
	background:url(../images/shared/buttons/page-next.png) 0px -9px no-repeat;
	width:7px;
	height:9px;
	margin:1px 0 0 7px;
	cursor:pointer;
}

#paginator .disabled
{
	background-position:0px 0px;
	cursor:default;
}

#paginator .next:hover, #paginator .previous:hover
{
	background-position:0px -18px;
}

#paginator .disabled:hover
{
	background-position:inherit;
}