/* SUBPAGE STYLES */

div#content {
	padding: 15px 0;
	position: relative;
}

div#generic {
	background: #fff url(../images/page_bg.gif) repeat-y top left;
	padding: 0 0 0 45px;
	font-size: 120%;
	height: 100%;
}

div.left {
	width: 450px;
	float: left;
}

div.right {
	width: 265px;
	float: right;
	padding-right: 5px;
}

div#page_topcap, div#page_botcap {
	width: 780px;
	height: 31px;
}
div#page_topcap {
	background: url(../images/page_topcap.gif) no-repeat top left;
}
div#page_botcap {
	background: url(../images/page_botcap.gif) no-repeat top left;
	padding-bottom: 15px;
}
body#ecom div#page_topcap_sidebar {
	padding-top: 20px;
	
}


div#generic p, div#generic ul, div#generic ol {
	padding-bottom: 1.4em;
}

div#generic h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #575757;
	font-size: 280%;
	line-height: normal;
	letter-spacing: -1px;
}

div#generic a {
	color: #f49500;
	text-decoration: none;
}
div#generic a:hover {
	text-decoration: underline;
}

div#page_topcap_sidebar, div#page_botcap_sidebar {
	width: 780px;
	height: 31px;
}
div#page_topcap_sidebar {
	background: url(../images/page_topcap_sidebar.gif) no-repeat bottom left;
}
div#page_botcap_sidebar {
	background: url(../images/page_botcap_sidebar.gif) no-repeat top left;
}
div#generic_sidebar {
	background: #fff url(../images/page_bg_sidebar.gif) repeat-y top left;
	padding: 0 0 0 7px;
	font-size: 120%;
	height: 100%;
}

div#breadcrumbs {
	position: absolute;
	top: 11px;
	left: 0;
	margin: 0;
}

div#breadcrumbs, div#breadcrumbs a, div#detail_breadcrumbs, div#detail_breadcrumbs a {
	font-size: 11px;
	color: #9cc6d9;
	font-weight: bold;
	text-transform: lowercase;
}

/***********************************************************************
	1 - SUBNAV STYLES
************************************************************************/
div#sidebar {
	width: 120px;
	padding-bottom: 20px;
	float: left;
}

div#sidebar ul, div#tertiary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sidebar ul li, div#tertiary ul li {
	border-bottom: 1px solid #fff;
	width: 100%;
}

div#sidebar ul li a, div#tertiary ul li a {
	display: block;
	width: 105px;
	height: 100%;
	background: #f6f0f0;
	color: #f49500;
	padding: 6px 0 6px 15px;
	font-size: 110%;
}
div#sidebar ul li a:hover, div#sidebar ul li.on a, div#tertiary ul li a:hover, div#tertiary ul li.on a {
	background: #fff;
	color: #1d83b5;
	text-decoration: none;
}

div#tertiary {
	width: 180px;
}
div#tertiary ul li {
	padding-bottom: 0 !important;
}

div#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	padding: 4px 0 7px 15px;
	color: #575757;
}

div#sidebar img {
	background: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
}

li#cat_image {
	background: #fff;
	color: #575757;
	font-size: 12px;
	font-weight: bold;
	padding-right: 1px;
	border-bottom: 11px solid #F6F0F0;
}

li#cat_image p {
	padding: 0 0 10px 15px;
}	


/***********************************************************************
	1 - SUBNAV STYLES
************************************************************************/

div#listing {
	padding-left: 30px;/*
	height: 150px;
	overflow: auto;*/
}

table#product_list td {
	padding-bottom: 60px;
	font-weight: bold;
	font-size: 12px;
	width: 25%;
}

table#product_list td img {
	border: 0;
	display: block;
	padding-bottom: 15px;
}

table#product_list td a {
	color: #404040;
}

table#product_list td span {
	font-size: 80%;
	color: #404040;
	display: block;
	font-weight: normal;
}


/***********************************************************************
	1 - SUBPAGE CONTENT STYLES
************************************************************************/
p.alterationshead {
	padding-bottom: 5px !important;
	font-weight: bold;
}

table.alterationstable {
	width: 250px;
	padding: 0 0 25px 40px;	
}

table.alterationstable td {
	padding: 0 7px 7px 0;
}

div#generic div.left h3 {
	font-size: 140%;
	padding-bottom: 7px;
}

div#generic div.left ul {
	padding-left: 25px;
}
div#generic div.left ul li {
	padding-bottom: 1em;
}

div#generic div.left dl {
	padding-bottom: 1.4em;
}
div#generic div.left dl dt {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 7px;
	font-weight: bold;
}
div#generic div.left dl dd {
	display: block;
	float: left;
	padding-bottom: 10px;
}

/* SITEMAP */

ul#sitemaplist {
	padding: 20px 0;
}
ul#sitemaplist li ul {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul#sitemaplist li ul li {
	
}


/***********************************************************************
	1 - FORM STYLES
************************************************************************/


form label {
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 4px;
}

form p {
	clear: both;
}

form abbr {
	border: none;
	text-decoration: none;
	padding-left: 1px;
}

form p.withcheckbox {
	padding-left: 85px;
	text-align: left;
}

form p.withcheckbox label {
	float: none;
	width: auto;
	text-align: left;
}