/* -- General --------------- */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	background-image:url(/site_content/site_okime/images/background.jpg);
	background-repeat: repeat-x;
}

input
{
	font-size: 10px;
}

select
{
	font-size: 10px;
}

body #wrapper
{
	background: url(/site_content/site_okime/images/warpper_bg.png) repeat-y;
}
/* -------------------------- */

/* -- Header ---------------- */
#header
{
	background: url(/site_content/site_okime/images/header.png) no-repeat #FAFAFA;
	height: 203px;
}
/* -------------------------- */


/* -- Content --------------- */
#content
{
	
}

#content h2
{
	background-image: url(/site_content/site_okime/images/content_header.png);
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #00999B;
	height: 17px;
}

#content #innercontent
{
	background-image: url(/site_content/site_okime/images/content_bg.png);
}

#content #innercontent a:link, #content #innercontent a:visited
{
	color: #FF0000;
	text-decoration: none;
}

#content #innercontent a:hover
{
	color: #FF0000;
	text-decoration:  underline;
	
}

#content .footer
{
	height: 10px;
	background-color: #EEEEEE;
	background-image: url(/site_content/site_okime/images/content_footer.png);
}
/* -------------------------- */


/* -- Forms ----------------- */
fieldset
{
	background-color: #FCFCFC;
	border:1px solid #CCC; 
}

fieldset label.required
{
	font-weight: bold;
}

/* -------------------------- */


/* -- Footer ---------------- */
#footer
{
	background-image: url(/site_content/site_okime/images/footer.png);
	/*border-top: 1px solid #666;*/
	height: 70px;
}

#footer a:link, #footer a:visited
{
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	color: #F00;
}
/* -------------------------- */


/* -- Menu ------------------ */
.menu 
{
	background-color: #FFF;
	background-image: url(/site_content/site_okime/images/menu_bg.png);
}

.menu .footer
{
	height: 10px;
	background-image: url(/site_content/site_okime/images/menu_footer.png);
}

.menu h2
{
	background-image: url(/site_content/site_okime/images/menu_header.png);
	background-repeat: no-repeat;
	background-color: #CCC;
	color: #00999B;
	height: 17px;
}

.menu a:link, .menu a:visited
{
	color: #000;
	text-decoration: none;
}

.menu a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#quick_cart .total_price
{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	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: #FFF;
}
/* -------------------------- */


/* -- Subcategory Link ------ */
.subcategory a:link, .subcategory a:visited
{
	color: #F00;
	text-decoration:  none;
}

.subcategory a:hover
{
	color: #F00;
	border-bottom: 0px;
	text-decoration:  underline;
}
/* -------------------------- */


/* -- Product Row ----------- */
.product_row
{
	background-color: #FFF;
	border: 1px solid #686868;
}

.product_row:hover
{
	border: 1px solid #F00;
}

.product_row img
{
	border: 1px solid #686868;
}

.product_row:hover img
{
	border: 1px solid #686868;
}

.featured
{
	background-image: url(/site_content/site_okime/images/featured_row.png);
}

.product_row .price
{
	font-weight: bold;
	color: #FF0000;
}

.product_row a:link, .product_row a:visited
{
	color: #000;
	text-decoration: underline;
}

.product_row a:hover
{
	color: #F00;
	text-decoration:  none;
}
/* -------------------------- */


/* -- Product Page ---------- */
#productcartfunctions .price
{
	font-size: 14px;
	color: #FF0000;
	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:#FFF;
   border:1px solid #F00;
}
.button:hover
{
   margin:2px;
   margin-bottom:0px;
   cursor:pointer;
   color:#FFF;
   font-size:10px;
   font-weight:bold;
   background-color:#F00;;
   /*border:1px solid #666;*/
}
/* -------------------------- */


/* -- 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 #686868;
	background: url(/site_content/site_okime/images/innercontent_featured.png) repeat-x;
}

#innercontent .feature_product .price
{
	font-size: 14px;
	color: #FF0000;
	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;
}

#innercontent .feature_product img{
	border: 1px solid #686868;
	}
/* -------------------------- */


/* -- Featured Product ------ */
.feature_product .price
{
	font-weight: bold;
	color: #00999B;
}
/* -------------------------- */


/* -- Help Links ------------ */
.help_link
{
	border-bottom: 1px dashed #F00;
	cursor: help;
}
/* -------------------------- */

/* -- View Cart Table ------ */
.viewcart {
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.viewcart th{
	background-color: #ccc;
	color: #FFF;
	padding: 5px;
	border-bottom: 2px solid #ccc;
}

.viewcart td{
	padding: 5px;
}

.viewcart .total_price{
	font-size: 14px;
	color: #00999B;
	font-weight: bold;
}

.cart_line td{
	border-bottom: 1px dashed #ccc;
}

.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/red.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#featured_product .price{
	color: #F00;
	}
	
img{
	border: 1px solid #686868;
	}