/*---general stuff------------------------------------*/
HTML,BODY {
	margin: 0;
	padding: 0;
	background: #e22082 url('../img/bg_body_cr.png') no-repeat fixed top center;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT,UL,LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
}
SELECT {
}
INPUT,TEXTAREA,SELECT {
}
INPUT:focus,TEXTAREA:focus,SELECT:focus {
}
HR {
	border: 0px;
	color: #c20161;
	background-color: #c20161;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}
UL {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
A {
	color: #333;
	text-decoration: none;
	outline: none; 
}
A IMG {
	outline: none; 
	border: 0;
}
A:link {
}
A:visited {
}
A:hover {
	text-decoration: underline;
}
A:hover IMG {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
}
H1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #c20161;
}
H2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #c20161;
}
H3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #c20161;
}
FORM {
	margin: 0;
	padding: 0;
}
TABLE,IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE TH {
	padding: 0px 3px;
}
P {
	padding: 0;
	margin: 5px 0px;
}

fieldset {
	position: relative;
	border: 0px;
	border-top: 1px solid #c20161;
	border-left: 1px solid #c20161;
	margin-bottom: 9px;
	padding: 6px;
}
legend {
	margin-left: 5px;
	color: #3f643d;
	font-size: 15px;
}

/*---Main IDs and Classes-------------------------------------*/
#admin_bar {
	padding: 3px;
	background-color: #ccc;
}
#container {
	margin: 0 auto;
	width: 839px;
	padding: 0px;
	padding-top: 6px;
}
#showcase {
	height: 2px;
	background-color: #c20161;
}
#main {
	width: 819px;
	min-height: 365px;
	padding: 0px 10px;
	background: white url(../img/bg_container_cr.png) repeat-y top left;
}
#content {
}
#sidebar {
	width: 185px;
	padding: 3px 5px;
}

#header {
	position: relative;
	height: 150px;
	background: transparent url(../img/bg_header_cr.png) no-repeat top left;
}
#header_logo {
	position: absolute;
	left: 20px;
	top: 0px;
}
#header_search {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}
#header_search form {
	padding-bottom: 3px;
}

#main_menu {
	position: absolute;
	bottom: 0px;
	right: 12px;
	height: 56px;
}
#main_menu  ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_menu ul li  {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
}
#main_menu ul li a {
	display: block;	
	width: 120px;	
	white-space: nowrap;
	height: 56px;
	line-height: 56px;	
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #e0f2ff;
}
#main_menu ul li a:hover {
	color: white;
	background: #dd5093 url('../img/bg_mainmenu_btn_cr.gif') no-repeat scroll left center;	
}
#main_menu ul li a span {
	width: 100px;
	display: block;
}
#main_menu ul li a.active {
	color: white;
	background: #dd5093 url('../img/bg_mainmenu_btn_cr.gif') no-repeat scroll left center;	
}

/*1st sub level menu*/
#main_menu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#main_menu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#main_menu ul li ul li ul{ 
	left: 99px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#main_menu ul li ul li a{
	display: block;
	width: 100px; /*width of sub menu levels*/
	height: 18px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	line-height: 18px;		
	padding: 0px 10px;	
	text-decoration: none;
	background-color: white;
}

/* arrows for flipouts */
#main_menu .mainfoldericon span {
	background: transparent url(../img/arrow-down.gif) no-repeat center right;
}
#main_menu .subfoldericon span {
	background: transparent url(../img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}	
/* Holly Hack for IE \*/
* html #main_menu ul li { float: left; height: 1%; }
* html #main_menu ul li a { height: 1%; }
/* End */


#side_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
#side_menu ul li{
position: relative;
}
	
/*Sub level menu items */
#side_menu ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
#side_menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: white;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

#side_menu ul li a:visited{
color: black;
}

#side_menu ul li a:hover{
background-color: #e0e0e0;
}

#side_menu .subfolderstyle{
	background: white url(../img/arrow-left.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html #side_menu ul li { float: left; height: 1%; }
* html #side_menu ul li a { height: 1%; }
/* End */

#footer_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px; /* Width of Menu Items */
}
	
#footer_menu ul li{
	position: relative;
	display: inline;
	float: left;
}
	
/*Sub level menu items */
#footer_menu ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
#footer_menu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
}

#footer_menu ul li a:visited{
	color: white;
}

#footer_menu ul li a:hover{
	text-decoration: underline;
}

#footer_menu .subfolderstyle{
	background: white url(../img/arrow-left.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
	* html #footer_menu ul li { float: left; height: 1%; }
	* html #footer_menu ul li a { height: 1%; }
/* End */

.no_menuitem {
}

.head_title {
	font-size: 15px;
	font-weight: bold;
}

#sloganbox {
	background: #c20161 url('../img/bg_sloganbox_cr.gif') repeat-x top left;
	height: 48px;
	color: #c20161;
	font-size: 18px;
	white-space: nowrap;
}
#loginbox {
	background: #9e7a8b url('../img/bg_loginbox_cr.gif') repeat-x top left;
	height: 48px;
	padding: 0px 3px;
	color: white;
}
#loginbox a {
	text-decoration: none;
	color: white;
	font-size: 0.8em;
}
#loginbox a:hover {
	text-decoration: underline;
}
#loginbox td {
	color: white;
	font-size: 0.8em;
}

.shopcart_tbl tr td {
	font-size: 0.8em;
	border-top: 1px solid #efefef;
}

#footer {
	padding: 14px 8px 9px 8px;
	background: transparent url(../img/bg_footer_cr.png) no-repeat top left;
	clear: both;
	color: white;
}
#footer td {
	color: #c20161;
}
#footer td a {
	text-decoration: none;
	color: #c20161;	
}
#footer td a img {
	vertical-align: middle;
}

/* dialog boxes */
.dialog_main {
	border: 1px solid silver;
}
.dialog_main_title {
	font-size: 16px;
	font-weight: bold;
	background-color: silver;
	color: black;
	padding: 2px 6px;
}

.dialog_sidebar_title {
	position: relative;
	font-size: 14px;
	background-color: #c20161;
	color: white;
	padding: 2px 6px;
}
.dialog_sidebar {
	position: relative;
	background: #c3c3c3 url('../img/bg_sidebar_dialog.gif') repeat-x scroll top left;
	padding: 2px 6px;
}

/* product views */
.catlist_column {
	width: 50%;
	text-align: left;
}

.productview_imagebox {
	margin: 0;
	/*border: 1px solid #e2e2e2;*/
}
.productview_detailsbox {
	padding-left: 12px;
}

/* /product views */

.productlistitem1 {
	width: 200px;
	margin-bottom: 5px;
}
.productlistitem2 {
	margin-bottom: 5px;
}

.itembox_outer {
	position: relative;
	background-color: #ffccdd;
	border: 2px solid #c20161;
}
.itembox_outer h2 {
	color: #c20161;
	padding: 3px;
}	
.itembox_outer h2 a {
	color: #c20161;
}
.itembox_outer_padding {
	padding: 0px 6px 6px 6px;
	text-align: left;
}
.itembox_outer_corner_lt, .itembox_outer_corner_rt, .itembox_outer_corner_lb, .itembox_outer_corner_rb {	
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('../img/border_itembox_outer_cr.gif');
}
.itembox_outer_corner_lt {
	left: -2px;
	top: -2px;
	background-position: left top;
}
.itembox_outer_corner_rt {
	right: -2px;
	top: -2px;
	background-position: right top;
}
.itembox_outer_corner_lb {
	left: -2px;
	bottom: -2px;
	background-position: left bottom;
}
.itembox_outer_corner_rb {
	right: -2px;
	bottom: -2px;
	background-position: right bottom;
}

.itembox_burst_new {
	position: absolute;
	width: 65px;
	height: 65px;
	background-image: url('../img/burst_new_cr.png');
	right: 10px;
	top: -25px;
}

.itembox_inner {
	position: relative;
	background-color: white;
}
.itembox_inner a,a:hover {
	text-decoration:none;
}
/*
.itembox_inner_home {
	background: white url('../img/bg_home_item_cr.png') no-repeat scroll 90% 0;
}*/
.itembox_inner_padding {
	padding: 3px 8px;	
}
.itembox_inner_corner_lt, .itembox_inner_corner_rt, .itembox_inner_corner_lb, .itembox_inner_corner_rb {	
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('../img/border_itembox_inner_cr.gif');
}
.itembox_inner_corner_lt {
	left: 0px;
	top: 0px;
	background-position: left top;
}
.itembox_inner_corner_rt {
	right: 0px;
	top: 0px;
	background-position: right top;
}
.itembox_inner_corner_lb {
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}
.itembox_inner_corner_rb {
	right: 0px;
	bottom: 0px;
	background-position: right bottom;
}

.special_offer_box {
	width: 809px;
	height: 117px;
	padding: 5px;
	background: transparent url('../img/bg_special_offer_cr.png') no-repeat scroll center center;
}
.special_offer_box td {
	padding: 0px 3px;
}

.number_bulb {
	display: block;
	background-image: url('../img/bulb_cr.png');
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: white;
}

.price {
	font-size: 20px;
	line-height: 28px;
	color: #c20161;
}


.paging {
	position: relative;
	background-color: #cecece;
	padding: 5px;
	margin-bottom: 5px;
}

.product_sorting {
	position: relative;
	background-color: #b4b4b4;
	padding: 5px;
	margin-bottom: 5px;
}

 .browse_products_link {	
	background-color: orange;
}

/* main layout IDs */

.highlighted {
	color: #3f643d;
}
.border {
	border: 1px solid #e2e2e2;
}
.red {
	color: #7e0000;
	font-style: italic;
}
.silver {
	color: #606060;
}
.white {
	color: white;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.star {
	color: #ed1c24;
	font-weight: bold;
}

.admin_box {
	text-align: right;
}

.translate {
	color: #e35f24;
}

.link { /* give an element a hand icon to fake a hyperlink */
	cursor: pointer;	
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

.padding3 {
	padding: 3px;
}
.padding5 {
	padding: 5px;
}
.bg_white {
	background-color: white;
}


.icon_button {
	width: 18px;
	height: 18px;
	background: transparent url('../img/icon_button.gif') no-repeat scroll top left;
	margin: 3px;
	margin-right: 0px;
	vertical-align: text-bottom;
}

.tbl_lined {
	border-top: 1px solid silver;
}
.tbl_lined td {
	border-right: 1px solid white;
	padding: 1px 3px;
	vertical-align: middle;	
}
.tbl_lined th {
	background-color: silver;
	border-right: 1px solid white;
	padding: 1px 3px;
	vertical-align: middle;	
}

.trline {
	background-color: silver;
	height: 1px;
}
.trline td {
	height: 1px;
}

.row_a td {
	background-color: #fa6999;
}
.row_b td {
	background-color: #ffccdd;
}
.lined_rows {
}
.lined_rows tr td {
	padding: 3px;
}
.lined_rows tr th {
}
.txtimg {
	vertical-align: middle;
}

#product_images_tabs {
	list-style-type: none;
}
#product_images_tabs li{
	display: inline;
}
#product_images_tabs li a img {
	border: 1px solid transparent; 
}
#product_images_tabs li a:hover img {
	border: 1px solid #e2e2e2; 
}
#product_images_tabs li a.selected img {
	border: 1px solid #e2e2e2; 
}

/*  proigress bar */
.checkoutbar {
	height: 10px;
} 
.checkoutbar_lower {
	background-color: #c20161;
}
.checkoutbar_current {
	background: #c20161 url('../img/bg_checkoutbar_current_cr.gif') repeat-y scroll top center;
}
.checkoutbar_higher {
	background-color: #f5a9c8;
}




/* makes round corners by giving the container elements of  these classes "position:relative;" using JavaScript*/
.corner_lt, .corner_rt, .corner_rb, .corner_lb {
	position: absolute;
	width: 9px;
	height: 9px;
	background: transparent url('../img/roundcorners_cr.png') no-repeat scroll top left;
	/*display: none;*/ /* JS will make it visible once properly positioned, to prevent the element from flying accross the screen */
}
.corner_lt { /* left top */
	left: 0px;
	top: 0px;
	background-position: left top;
}
.corner_rt { /* right top */
	right: 0px;
	top: 0px;
	background-position: right top;
}
.corner_lb { /* left bottom */
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}
.corner_rb { /* right bottom */
	right: 0px;
	bottom: 0px;	
	background-position: right bottom;
}


.form_leftcol {
	width: 120px;
	vertical-align: top;
	padding-top: 2px;
	font-weight: bold;
}

/* /round corners */

#langtabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 2px;
	height: 12px;
	line-height: 12px;		
}

#langtabs li{
	display: inline;
	margin: 0;
}

#langtabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 0px 6px 1px 6px;
	background-color: #e0e0e0;
	border: 1px solid silver;
	border-bottom: 0;
}

#langtabs li a:visited{
}

#langtabs li a:hover{
	text-decoration: none;
	background-color: #fff;
}

#langtabs li a.selected{ /*selected main tab style */
	background-color: #fff;
}

#langtabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

#langcontents {
	border: 1px solid silver;
	padding: 2px;
	padding-left: 0;
}

#langcontents div  {
}
#langcontents div .langicon {
}


/*---tooltips-------------------------------------*/
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/* 6 lines and still only works in half of the browsers, but its soooo pretty! */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;	
	box-shadow: 0 1px 3px #999;		
	/*Remove below line to remove shadow. Below line should always appear last within this CSS, keyword for this nonsense: Microsoft */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	width: 15px;
	height: 15px;
	background: transparent url('../img/tooltip_arrow.png') no-repeat scroll top left;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #333333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

/*---messageboxes-------------------------------------*/
.msgbox {
	margin: 0 auto;
	border: 1px solid white;
	width: 500px;
	padding-left: 45px;
	min-height: 45px;
	cursor: pointer;
	background: #f6f6f6 url('../img/icon_message.png') no-repeat scroll 5px 5px;
}
.errbox {
	background-image: url('../img/icon_error.png');
	color: #ed1c24;
}
.warnbox {
	background-image: url('../img/icon_warn.png');
}
.msgbox_close {
	width: 13px;
	height: 13px;
	float: right;
	padding: 8px;
	background: transparent url('../img/msgbox_close.gif') no-repeat scroll 5px 5px;
}
/*---messageboxes-------------------------------------*/

/* image button */
a.squarebutton{
	background: transparent url('../img/imgbtn_l.png') no-repeat scroll top left;
	display: block;
	float: left;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 22px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	margin-bottom: 3px;
	font-size: 11px;
}
a.sb_right{
	float: right;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: white; /*button text color*/
}
a.squarebutton span{
	background: transparent url('../img/imgbtn_r.png') no-repeat scroll top right;
	display: block;
	text-align: center;
	padding: 0px 8px 0px 0px; /*Set 2nd value below to match value of 'padding-left' value above*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: white;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.img_button {		
	height: 18px;
	line-height: 16px;
	margin: 1px;
	padding: 0px 4px;
	background-color: #909090;
	background-image: url('../img/bg_button.gif');
	background-position: top;	
	border: 1px solid #606060;
	color: white;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;	
	box-shadow: 0 1px 3px #999;			
}
.img_button:hover {
	background-position: 50%;
}
.img_button:active {
	background-position: bottom;
}

/* /image button */

/* ######### CSS for tabcontent. ######### */

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

/* ######### /CSS for tabcontent. ######### */

/*---datepicker-------------------------------------*/	
.dpDiv { /* the div that holds the date picker calendar */
}
.dpTable { /* the table (within the div) that holds the date picker calendar */
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid silver;
}
.dpTR { /* a table row that holds date numbers (either blank or 1-31) */
}
.dpTitleTR { /* the top table row that holds the month, year, and forward/backward buttons */
}
.dpDayTR { /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
}
.dpTodayButtonTR { /* the bottom table row, that has the "This Month" and "Close" buttons */
}
.dpTD { /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD { /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover { /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ed1c24;
}
.dpTitleTD { /* the table cell that holds the name of the month and the year */
}
.dpButtonTD { /* a table cell that holds one of the forward/backward buttons */
}
.dpTodayButtonTD { /* the table cell that holds the "This Month" or "Close" button at the bottom */
}
.dpDayTD { /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText { /* additional style information for the text that indicates the month and year */
	color: gray;
	font-weight: bold;
}
.dpDayHighlight { /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	color: #4060ff;
	font-weight: bold;
}
.dpButton { /* the forward/backward buttons at the top */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton { /* the "This Month" and "Close" buttons at the bottom */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*---/datepicker-------------------------------------*/	
