/* -- General --------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E8D9C9;
	background-repeat: no-repeat;
}

input{
	font-size: 10px;
}

select{
	font-size: 10px;
}

#wrapper{
	border: 1px solid #E8D9C9;
	background-color: #FFF;
}

/* -- Header ---------------- */
#header{
	background-color: #FAFAFA;
	background-image: url(/site_content/site_combatss/images/header.jpg);
}

/* -- Content --------------- */
#content{
	border: 1px solid #FFF;
}

#content h2
{
	background-image: url(/site_content/site_combatss/images/content_header.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
}

#content #innercontent
{
	background-color: #F3F3F3;
}

#content #innercontent a:link, #content #innercontent a:visited
{
	color: #060;
	text-decoration: none;
}

#content #innercontent a:hover
{
	color: #060;
	text-decoration:  underline;
}

#innercontent .footer
{
	height: 10px;
	background-color: #F3F3F3;
}

/* -- Forms ----------------- */
fieldset
{
	background-color: #F3F3F3;
	border:1px solid #CCC; 
}

fieldset label.required
{
	font-weight: bold;
}

/* -- Footer ---------------- */
#footer
{
	background-image: url(/site_content/site_combatss/images/footer.jpg);
}

#footer a:link, #footer a:visited
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover
{
	color: #FF0;
	text-decoration:  none;
	font-weight: bold;
}

#validlogos a
{
	color: #FFF;
}

/* -- Menu ------------------ */
.menu 
{
	background-color: #F3F3F3;
	border: 1px solid #FFF;
}

.menu .footer
{
	background-color: #F3F3F3;
	height: 10px;
}

.menu h2
{
	background-image: url(/site_content/site_combatss/images/menu_header.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #000;
}

.menu a:link, .menu a:visited
{
	color: #000;
	text-decoration: none;
}

.menu a:hover
{
	color: #000;
	text-decoration: underline;
}

#quick_cart .total_price
{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}

.site_links a
{
	font-weight: bold;
}

.site_links li
{
	padding: 10px;
}

/* -- 								Page Navigation Bar --- */
.page_navigation
{
	background-color: #F6F6F6;
	font-size: 14px;
}

.page_navigation a:link, .page_navigation a:visited
{
	color: #000;
	text-decoration: underline;
}

.page_navigation a:hover
{
	color: #F00;
	text-decoration:  none;
}

.page_navigation .active
{
	color: #000;
	font-weight: bold;
}

/* -- 				Product Sort Bar ------ */
.sort_options
{
	background-color: #F3F3F3;
}

/* -- Subcategory Link ------ */
.subcategory a:link, .subcategory a:visited
{
	color: #000;
	text-decoration:  none;
}

.subcategory a:hover
{
	color: #000;
	border-bottom: 0px;
	text-decoration:  underline;
}

/* -- Product Row ----------- */
.product_row
{
	background-color: #F3F3F3;
}

.product_row:hover{
	background-color: #FAFAFA;
}

.product_row img{
	border: 1px solid #FFF;
}

.product_row:hover img{
	border: 1px solid #CCC;
}

.product_thumbnail{
	display: block;
	float: left;
	width: 150px;
	height: 210px;
	margin: 8px;
	padding: 10px;
	border: 1px solid #000;
	position: relative;
}

.featured{
	border: 1px solid #FFAAAA;
}

.product_row .price{
	font-weight: bold;
	color: #F00;
}

.product_row a:link, .product_row a:visited{
	color: #000;
	text-decoration: underline;
}

.product_row a:hover{
	color: #000;
	text-decoration:  none;
}

/* -- Product Page ---------- */
#productcartfunctions .price
{
	font-size: 14px;
	color:#F00;
	font-weight:bold;
}

#productcartfunctions .strike
{
	font-size: 12px;
	color:#F00;
	text-decoration: line-through;
}

/* -- Buttons --------------- */
.button
{
   margin:2px;
   margin-bottom:0px;
   cursor:pointer;
   color:#000000;
   font-size:10px;
   font-weight:bold;
   background-color:#E1DFDF;
   border:1px solid #000;
}
.button:hover
{
   margin:2px;
   margin-bottom:0px;
   cursor:pointer;
   color:#000000;
   font-size:10px;
   font-weight:bold;
   background-color:#FFF;
   border:1px solid #000;
}

/* -- Order Stages ---------- */
#order_stages .stage
{
	border: 1px solid #CCC; 
	padding: 5px;
}

#order_stages .current_stage
{
	border: 1px solid #000; 
	padding: 5px;
	font-weight: bold;
	background-color: #FEE;
}

/* -- Product Page ---------- */
#innercontent .feature_product
{
	border: 1px solid #CCC;
}

#innercontent .feature_product .price
{
	font-size: 14px;
	color:#F00;
	font-weight:bold;
}

#innercontent .feature_product .strike
{
	font-size: 12px;
	color:#F00;
	text-decoration: line-through;
}

#innercontent .feature_product h3
{
	font-size: 12px;
	color:#000;
}

/* -- Featured Product ------ */
.feature_product .price
{
	font-weight: bold;
	color: #F00;
}

/* -- Help Links ------------ */
.help_link
{
	border-bottom: 1px dashed #F00;
	cursor: help;
}

/* --							 View Cart Table ------ */
.viewcart {
	margin: 0 auto;
	border-collapse: collapse;
	border-bottom: 1px solid #BB9870;
	border-top: 1px solid #BB9870;
}

.viewcart tr {
	border-left: 1px solid #BB9870;
	border-right: 1px solid #BB9870;
}

.viewcart th {
	background-color: #BB9870;
	color: #FFF;
	padding: 5px;
	border-bottom: 2px solid #BB9870;
}

.viewcart td { padding: 5px; }

.viewcart .total_price {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
}

.cart_line td { border-bottom: 1px dashed #BB9870; }

.cart_line .product_option_tag { padding-left:10px; }

.cart_line .product_option_text {
	padding-left:15px;
	font-style:italic;
}

.cart_line a { font-weight: bold; }

.notifier
{
	background-image:url(/images/notifier/magenta.png);
	background-position: top left;
	background-repeat: repeat-x;
}
