body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	margin-bottom: 20px;
}


#catbox {
	background-color: #e9ebea;
	width: 164px;
	margin-top: -10px;
	padding-bottom: 10px;
}

#cart {
	float:right;
	color: #fff;
	font-weight: bold;
	margin: -45px 20px 0 0;
	font-size: 10px;	
}
#cart a
{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.checkout {
	border: 1px solid #ccc;
	padding: 15px;
}

	.checkout td {
		padding: 3px 6px 3px 0;
	}

#detail_table {
	width: 785px;
	margin: 0px 0 0 0;
	line-height: 160%;
}

*:first-child+html #detail_table {
	margin-bottom: 30px;

}

* html #detail_table {
	margin-bottom: 30px;
}

	#detail_table h3 {
		line-height: 30px;
	}

	#detail_table hr.under_title
	{
		margin-top: -1px;
	}

	#detail_table .item_title
	{
		color: #4d4d4d;
	}

#detailtopfix {
	height: 108px;
}

	*:first-child+html #detailtopfix {
		height: 130px;
	}

#detail_table td {
	vertical-align: top;
	padding:0;
}

#detail_table table {
	text-align: left;
	width: 360px;
	margin: 10px 0 0 0;	
}

#detail_table table td {
	width: 200px;
}
.top_line {
	height: 21px;
	background-color: #19aeca;
}

#detail_table td.detail_image {
	text-align: center;
	width: 350px;
        font-family: Arial,Helvetica,sans-serif;
	padding-top: 25px;
}


#product_left {
	float: left;
	width: 163px;
	margin-left: -50px;
}

 * html #product_left
{
	margin-left: -25px;
}

#product_right {
	float: left;
	width: 776px;
	background:url(../grfx/int/top_bg.jpg) no-repeat;
	padding-left: 10px;
}

.pro_cat {
	padding-left: 2px;
}

.categories {
	margin-top: 0;
	padding: 10px 17px 10px 17px;	
	font-size: 10px;
	background-color: #e9ebea;
    text-transform: uppercase;
}

.categories a {
	border-bottom: 1px solid #cacccb;
	padding: 0.2em 0em 0.3em 0.5em;
	display: block;
}

.category-indicator {
	float: left;
	margin-right: 1em;
}

span.category_indent {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
/*	text-indent: -1em;	*/
}

span.category_indent span.category_indent{
	padding: 0 0 0 1em;

}

span.category_indent a {
	display: block;
	margin: 0px 0px 0px 1em;
	text-indent: -0.5em;
	color: #4F5150;
}


.category_item {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px 17px 4px 17px;	
	font-size: 10px;
	background-color: #e9ebea;
    text-transform: uppercase;
	border-bottom: 1px solid #cacccb;
}

.category_item a {
	text-decoration: none;
}

span.category_selected a {
	background-color: #fff;	
	padding: 3px 7px 3px 15px;
	margin-left: -15px;
	width: 120px; 
	display: block;
}

#brandbox {
	background-color: #e9ebea;
	width: 164px;
	margin-top: -10px;
	padding-bottom: 10px;
}


.brand_item {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px 17px 4px 17px;	
	font-size: 10px;
	background-color: #e9ebea;
    text-transform: uppercase;
	border-bottom: 1px solid #cacccb;
}

.brand_item a {
	text-decoration: none;
}


#product_table {
	width: 785px;
	border-collapse: collapse;
	text-align: center;
	padding: 30px 0 10px 0;
	font-size: 10px;
	margin-top: 20px;
	margin-left: 0;

}

#product_table thead td {
    font-weight: bold;
	background-color: #19aeca;
	color: #fff;
	padding: 4px;
}

#product_table tbody td {
	height: 58px;
	border: 1px solid #ccc;
}

#product_table input {
	background-color: #e6eaec;
	height: 13px;
	width: 30px;
	font-size: 10px;
	vertical-align: top;
	margin-top: 2px;

}

*:first-child+html #product_table input {
	vertical-align: top;
	margin-top: 0;
}

* html #product_table input  {
	vertical-align: top;
	margin-top: 0;
}

/*_________________INTERNAL_______________*/

#brands_table {
	width: 860px;
}

#brands_table td {
	font-size: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
}

	#textb {
		width: 220px;
	}
	
	.float-brand-right {
		float: right;
		margin-top: -10px;
	}
	
	.float-brand-right img {
		border: 1px solid #c5c4c4;
	}

#internal_wrapper {	
	float: left;
	width: 900px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px 50px 10px 50px;
	background:url(../grfx/int/top_banner.jpg) no-repeat #fff;
}

	* html #internal_wrapper {
		margin-top: 10px;
	}

#internal_content {
	width: 800px;
	padding: 10px 50px 20px 0px;
	line-height: 150%;
	
	}
	


/*______________END INTERNAL___________*/

#footer {
	background:url(../grfx/footer.jpg) no-repeat;
	text-align: center;
	clear: both;
	width: 949px;
	height: 40px;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 9px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	
}

#footer .ftlink a:hover {
	color: #80def2;
}

#footer .ftlink {	
	text-transform: uppercase;
}

#footer .ftlink a {
	text-decoration: none;
	font-weight: bold;
/*	padding: 0 5px 0 5px; */
	
}

#footer .ftcopy a:hover {
	text-decoration: underline;
}

#category_image {
	background: #ffffff; /*url(../grfx/int/side_image.jpg); */
	width: 163px;
	height: 130px;
}

	#category_image img {
		max-width: 163px;
		max-height: 130px;
		float: right;
	}

#category_image .catImage {
	margin-top: 3px;
	margin-left: 1px;
}


/* FRONT PAGE */

#home_content_wrapper {
	background:url(/site/capri/templates/grfx/content_bg.jpg) repeat-x;
	float: left;
	width: 950px;
	padding: 10px 0 50px 0;
	line-height: 150%;
}

*:first-child+html #home_content_wrapper {
	padding-top: 25px;
	margin-top: 2px;
}

* html #home_content_wrapper {
	padding-top: 20px;
	margin-top: 2px;
}

#featcat {
	width: 950px;
	text-align: center;
	background:url(/site/capri/templates/grfx/feature_bg.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

#featured_products {
	width: 950px;
	text-align: center;
	background:url(/site/capri/templates/grfx/feature_bg.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin-top: 10px;
}

#featured_products table tr td {
	width: 148px;
	padding: 0 5px;
	padding-bottom: 2px;
}

.td_border {
	border-right: 1px solid #d0d0d0;

}

#left_content {
	float: left;
	width: 300px;
	padding: 0 0 0 45px;
}

#right_content {
	float: right;
	width: 450px;
	padding: 0 45px 0 0;
}

#cart_summary {
	width: 785px;
	border-collapse: collapse;
	text-align: center;
	padding: 30px 0 10px 0;
	font-size: 10px;
	margin-top: 19px;
	margin-left: 0;

}

#cart_summary th {
    border: 1px solid #ccc;
	background-color: #19aeca;
	color: #fff;
}

#cart_summary tbody td {
	height: 58px;
	border: 1px solid #ccc;
}

#cart_summary input {
	background-color: #e6eaec;
	/* height: 13px; */
	font-size: 10px;
}

	.cartimage {
		border: 1px solid #ccc;
	}
	
#new-customers {
	border: 1px solid #ccc;
	width: 270px;
	float: left;
	height: 170px;
	margin-right: 10px;
	padding: 10px;
	background-color: #f5f5f5;
	padding-top: 40px;
}

	
	
		.registerlink a {
			color: #fff;
			text-align: center;
			width: 200px;
			padding: 10px;
			background-color: #1aa7c2;
			text-transform: uppercase;
			border: 1px solid #000;
			text-decoration: none;
			display: block;
			font-weight: bold;
		}
		
		.registerlink a:hover {
			color: #000;
		}
	
#registerbox {
	border: 1px solid #ccc;
	width: 270px;
	float: left;
	height: 200px;
	padding: 10px;	
	background-color: #f5f5f5;
}

#header {
	background: url(/site/capri/templates/grfx/header-bg.jpg) no-repeat;
	width: 948px;
	height: 100px;
}

.headerimg {
	margin-left: 20px;
	margin-top: 10px;
}


	
