/* General styles */
body,th,td,tt,p,div,span {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
body,form,div {
	margin-top:	0px;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body {
	background-color: #fbfbfb;
}
input,textarea,select {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	padding-left: 1px;
}
.input-text {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
.input-text-100 {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	width: 100%;
}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;
}
a:link {
	color: #cc33cc;
	text-decoration: none;
}
a:visited {
	color: #cc33cc;
	text-decoration: none;
}
a:hover	{
	color: #f042a6;
	text-decoration: underline;
}
a:active {
	color: #cc33cc;
	text-decoration: none;
}
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #ced6da 0px;
	border-top-width: 1px;
	height: 0px; 
}
.subheader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.subheader2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.page-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumbs {
	color: #cc33cc;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbs-link:link, .breadcrumbs-link:visited, .breadcrumbs-link:active {
	color: #cc33cc;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumbs-link:hover {
	color: #cc33cc;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #f042a6;
	font-weight: bold;
}
.side-padding {
	padding-left: 3px;
	padding-right: 3px;
}
.expanded {
	width: 100%;
}
/* /General styles */

/* Header styles */
.top-bg {
	background-color: #fefefe;
	background-repeat: repeat-x;
	background-position: bottom;
}
.top-text {
 	color: #4a4a4a;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
}
.top-quick-link:link {
	color:#6C256C;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.top-quick-link:visited {
	color:#6C256C;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.top-quick-link:hover {
	color:#cc33cc;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.top-quick-link:active {
	color:#6C256C;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.select-language {
 	color: #2e2e2e;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
}

.top-menu-bg {
	background-color: #B280A5;
	background-repeat: repeat-x;
}

.top-menu-bg-active {
	background-color: #C5A0BB;
	background-repeat: repeat-x;
	cursor:pointer;
}
.top-menu-border {
	background-color: #cc33cc;
}
.top-menu-title:link {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:visited {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:hover {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.top-menu-title:active {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
/* /Header styles */

/* Footer styles */
.bottom-bg {
	background-color: #fbfbfb;
}
.bottom-menu {
	color: #a55590;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:link {
	color: #a55590;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:visited {
	color: #a55590;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:hover {
	color: #a55590;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:active {
	color: #a55590;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-copyright {
	color: #717171;
	font-family: arial, verdana, sans-serif;
	font-size: 10px; 
}
/* /Footer styles */

/* Side boxes styles */
.sidebox-border {
	background-color: #a55590;
}
.sidebox-title-bg {
	background-color: #B280A5;
	background-repeat: repeat-x;
}
.sidebox-title {
	color: #ffffff;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
}
.sidebox-body {
	color: #333333;
	background-color: #fAf8f9;
}
.sidebox-body-white {
	color: #333333;
	background-color: #ffffff;
}

.sidebox-link:link {
    color: #333333;
   	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;	
}
.sidebox-link:visited {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}                
.sidebox-link:hover {
    color: #000000;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}
.sidebox-link:active {
    color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;	
   	font-size: 11px;
}
.sidebox-input-text {
	color: #333333;
	background-color: #ffffff;
	border-right: #C7A2BD 1px solid;
	border-top: #C7A2BD 1px solid;
	border-left: #C7A2BD 1px solid;
	border-bottom: #C7A2BD 1px solid;
}
/* /Side boxes styles */

/* Main boxes styles */
.mainbox-border {
	background-color: #a55590;
}
.mainbox-title-bg {
	background-color: #C7A2BD;
}
.mainbox-title {
	color: #ffffff;
	font-size: 11px; 
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	background-color: #C7A2BD;
}
.mainbox-body {
	color: #141414;
	background-color: #ffffff;
}
/* /Main boxes styles */

/* Categories side box */
.sidebox-rootcategory {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
}

.sidebox-rootcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
}
.sidebox-rootcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
}
.sidebox-subcategory:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.sidebox-subcategory:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
/* /Categories side box */

/* Site info side box */
.sidebox-roottopic:link {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:visited {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-roottopic:active {
	color: #333333;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.sidebox-subtopic:link {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:visited {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:hover {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
.sidebox-subtopic:active {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;

}
/* /Site info side box */


/* Authentication side box */
.auth-text {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
.auth-subtitle {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.small-link {
	font-size: 9px;
}
/*  /Authentication side box */

/* Search side box */
.search-text {
    color: #6C256C;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-weight: bold;
}
.search-selectbox {
    color: #333333;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	height:15px;
}
.search-advanced:link {
    color: #cc33cc;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: underline;
}
.search-advanced:visited {
    color: #cc33cc;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: underline;
}
.search-advanced:hover {
    color: #cc33cc;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: none;
}
.search-advanced:active {
    color: #cc33cc;
   	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;	
	text-decoration: underline;
}
/* /Search side box */

/* Bestsellers side box */
.bestseller-sidebox {
    color: #333333;
   	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}
/* /Bestsellers side box */

/* Notification box */
.notification-title-n { /* Notification message */
	color: #a55590;
	font-family: arial, verdana, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}
.notification-border-n { 
	background-color: #a55590; 
}
.notification-body-n {
	background-color: #fAf8f9;
	color: #000000;
}
.notification-title-e { /* Error message */
	color: #c12929;
	font-family: arial, verdana, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}
.notification-border-e {
	background-color: #c12929;
}
.notification-body-e {
	background-color: #fff7f4;
	color: #000000;
}
.notification-border-w { /* Warning message */
	background-color: #eba600;
}
.notification-body-w {
	background-color: #fff7f4;
	color: #000000;
}
.notification-title-w {
	color: #eba600;
	font-family: arial, verdana, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}
/* /Notification box */

/* Section in main box */

.section-border {
	background-color: #a55590;
}
.section-body {
	background-color: #fAf8f9;
	color: #000000;
}
.section-title {
	color: #a55590;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}

/* Section in main box */

/* Buttons */

.button {
	background-color: #d3d3d3;
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	white-space: nowrap;
}
.action_button {
	background-color: #f042a6;
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	white-space: nowrap;
}
.button-link:link, .button-link:visited, .button-link:active {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
}
.button-link:hover {
	color: #6C256C;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px; 
	font-weight: bold;
}
.text-button-link:link, .text-button-link:visited, .text-button-link:active {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
.text-button-link:hover {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

/* /Buttons */

/* eMenu */
.emenu-border {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.emenu-over {
	background-color: #cccccc;
	cursor: pointer;
}
/* /eMenu */

/* Category page */
.category-description {
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px; 
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
}
.product-title:link {
	color: #fb008b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:visited {
	color: #fb008b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:hover {
	color: #6C256C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-title:active {
	color: #fb008b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.product-details-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.product-tools {
	background-color: #EDF4FD;
}
.sku {
	font-size: 9px;
}
.more-info {
	font-size: 10px;
}
.list-price {
	color: #555555;
	font-size: 11px;
}
.price {
	color: #f042a6;
	font-size: 14px;
	font-weight: bold;
}
.cart-price {
	font-size: 12px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 10px;
}
/* Category page */

/* Form styles */
.form-field-title {
	background-color: #ffffff;
	color: #141414;
}
.form-title	{
	background-color: #ffffff;
	color: #141414;
	font-weight: bold;
}
.form-note {
	background-color: #ffffff;
	color: #141414;
}
.required-field-mark {
	color: #ff0000;
}
/* Form styles */

/* Checkout pages */
.table-head {
	background-color: #B2B2B2;
	color: #ffffff;
	font-weight: bold;
    text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
}
.table-row {
	background-color: #f1f3f7;
}

.thin-border {
	background-color: #aaaaaa;
}
.form-field-caption {
	font-style:italic;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: black;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 1px solid #666666;
	background: #ffffff;
}
.moover {
	text-decoration : none;
	border : 1px solid #666666;
	background: #cccccc;
	cursor: pointer;
}

a.sort-by-links:link {
	color: #a55590;
	text-decoration: underline;
}
a.sort-by-links:visited {
	color: #a55590;
	text-decoration: underline;
}
a.sort-by-links:hover	{
	color: #f042a6;
	text-decoration: none;
}
a.sort-by-links:active {
	color: #a55590;
	text-decoration: underline;
}

a.sort-by-links-selected:link {
	color: #a55590;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:visited {
	color: #a55590;
	text-decoration: underline;
	font-weight: bold;
}
a.sort-by-links-selected:hover	{
	color: #f042a6;
	text-decoration: none;
	font-weight: bold;
}
a.sort-by-links-selected:active {
	color: #a55590;
	text-decoration: underline;
	font-weight: bold;
}

.notification-checkout {
        color: #61646E;
}
.notification-checkoutl {
        color: #61646E;
}
.notification-checkoutl:link {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:visited {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutl:hover   {
        color: #f042a6;
        text-decoration: underline;
}
.notification-checkoutl:active {
        color: #61646E;
        text-decoration: none;
}
.notification-checkoutblue {
        color:#a55590;
}
.profiles-vert-img {
	width: 10px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
.section-active-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 11px;
	white-space: nowrap;
	color: #ffffff;
	background: URL(images/tab_bg_active.gif);
	background-color: #BD72A9;
}
.section-inactive-tab-bg {
	font-family: tahoma,arial, helvetica,	sans-serif;	
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	background: URL(images/tab_bg.gif);
	background-color: #e9e9e9;
}
.section-outer-border {
	border: 1px #7A7A7A solid;
}
.ajax-message {
	border: 1px solid #000000; 
	background-color: #f4fbff;
	padding: 10px 10px 10px 10px;
}
.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	margin-right: 10px;
}
.valign {
	vertical-align: middle;
}
.main-text {
	color: #333333;
}
a.sort-link:link {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:visited {
	color: #ffffff;	text-decoration: underline;
}
a.sort-link:hover	{
	color: #ffffff;	text-decoration: none;
}
a.sort-link:active {
	color: #ffffff;	text-decoration: underline;
}


/*******************************************************************************/

* {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin:0px;
	padding:0px;
}

body {
	background:#f4f3f8;
}

.main_border_l {
	width:12px;
	border-right:#878787 solid 1px;
	background:#f4f3f8 url(images/main_border_l.gif) repeat-y;
}
.main_border_r {
	width:12px;
	border-left:#878787 solid 1px;
	background:#f4f3f8 url(images/main_border_r.gif) repeat-y;
}
.main_content {
	background:#ffffff;
}

.header_1 {
	height:166px;
	background:url(images/header_1_bg.gif) repeat-x;
	background-position:bottom;
}
.header_2 {
	height:166px;
	background:url(images/header_2_logo.gif) no-repeat;
	background-position:left bottom;
}

.box2_tl {
	width:6px;
	height:25px;
	background:#fd71cd url(images/box2_tl.gif) no-repeat;
}
.box2_tc {
	height:25px;
	background:#fd71cd url(images/box2_tc.gif) repeat-x;
}
.box2_tr {
	width:6px;
	height:25px;
	background:#fd71cd url(images/box2_tr.gif) no-repeat;
}
.box_tl {
	width:6px;
	height:25px;
	background:#ebdee4 url(images/box_tl.gif) no-repeat;
}
.box_tc {
	height:25px;
	background:#ebdee4 url(images/box_tc.gif) repeat-x;
}
.box_tr {
	width:6px;
	height:25px;
	background:#ebdee4 url(images/box_tr.gif) no-repeat;
}
.box_ml {
	width:6px;
	background:url(images/box_ml.gif) repeat-y;
}
.box_mr {
	width:6px;
	background:url(images/box_mr.gif) repeat-y;
}
.box_bl {
	width:6px;
	height:18px;
	background:url(images/box_bl.gif) no-repeat;
}
.box_br {
	width:6px;
	height:18px;
	background:url(images/box_br.gif) no-repeat;
}
.box_content {
	padding-bottom:5px;
	background:url(images/box_bc.gif) repeat-x;
	background-position:bottom;
}
.box_icon {
	width:16px;
	height:16px;
}
.box_title {
	color:#6C256C;
	font-weight:bold;
	font-size:12px;
}

.bottom_tl {
	width:2px;
	height:2px;
	background:url(images/bottom_tl.gif) no-repeat;
}
.bottom_tc {
	height:2px;
	background:url(images/bottom_tc.gif) repeat-x;
}
.bottom_tr {
	width:2px;
	height:2px;
	background:url(images/bottom_tr.gif) no-repeat;
}
.bottom_ml {
	width:2px;
	background:url(images/bottom_ml.gif) repeat-y;
}
.bottom_mr {
	width:2px;
	background:url(images/bottom_mr.gif) repeat-y;
}
.bottom_bl {
	width:2px;
	height:2px;
	background:url(images/bottom_bl.gif) no-repeat;
}
.bottom_bc {
	height:2px;
	background:url(images/bottom_bc.gif) repeat-x;
}
.bottom_br {
	width:2px;
	height:2px;
	background:url(images/bottom_br.gif) no-repeat;
}
.bottom_content {

}
.bottom_splitline {
	height:5px;
	background:url(images/bottom_splitline.gif) repeat-x;
	background-position:center;
}

.product_tl {
	width:14px;
	height:33px;
	background:url(images/product_tl.gif) no-repeat;
}
.product_tc {
	height:33px;
	background:url(images/product_tc.gif) repeat-x;
}
.product_tr {
	width:14px;
	height:33px;
	background:url(images/product_tr.gif) no-repeat;
}
.product_ml {
	width:3px;
	background:url(images/product_ml.gif) repeat-y;
}
.product_mr {
	width:3px;
	background:url(images/product_mr.gif) repeat-y;
	background-position:right;
}
.product_bl {
	width:14px;
	height:26px;
	background:url(images/product_bl.gif) no-repeat;
	background-position:left bottom;
}
.product_bc {
	height:26px;
	background:url(images/product_bc.gif) repeat-x;
	background-position:bottom;
}
.product_br {
	width:14px;
	height:26px;
	background:url(images/product_br.gif) no-repeat;
	background-position:right bottom;
}
.product_content {
	font-size:11px;
	color:#6C256C;
	font-weight:bold;
	text-align:center;
	line-height:12px;
}
.product_title {

}
.h_spacer {
	display:block;
	height:5px;
	font-size:9px;
	line-height:5px;
}
.v_spacer {
	display:block;
	width:5px;
	font-size:9px;
	line-height:5px;
}


/* Custom tabs */
#slidetabsmenu {
    float: left;
    width: 100%;
    font-size: 90%;
    line-height: normal;
    border-bottom: none;
}
* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
    margin-bottom: 1em;
}
#slidetabsmenu ul{
    list-style-type: none;
    margin-left: 20px;
    padding: 0;
}
#slidetabsmenu li{
    display: inline;
    margin: auto;
    padding: 0;
}
#slidetabsmenu a {
    float: left;
    background: url('images/tab-left.gif') no-repeat left top;
    margin: auto;
    padding: 0 0 0 9px;
    text-decoration: none;
}
#slidetabsmenu a span {
    float:left;
    display: block;
    background: url('images/tab-right.gif') no-repeat right top;
    padding: 3px 14px 3px 5px;
    font-weight: 700;
    color: #333;
    background-color: inherit;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover span {
    color: #000;
    background-color: inherit;
}
#slidetabsmenu #current a {
    background-position: 0 -125px;
}
#slidetabsmenu #current a span {
    background-position: 100% -125px;
    color: #000;
    background-color: inherit;
}
#slidetabsmenu a:hover {
    background-position: 0 -125px;
}
#slidetabsmenu a:hover span {
    background-position: 100% -125px;
}

/* /Custom tabs */


.stats {
    color:#333;
    font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    font-weight:400;
    background-color:inherit;
}




.pay_details_sidebox {
	margin: 0 auto;
	width: 53em;
	background: url("images/body-a.gif") no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url("images/head-b.gif") no-repeat top right;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url("images/head-a.gif") no-repeat top left;
	margin: 0 auto;
	padding: 10px 30px 5px;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: 2px 2px 5px #000;
	background-color: inherit;
}
.pay_details_boxbody {
	background: url("images/body-b.gif") no-repeat bottom left;
	margin: 0 auto;
	padding: 5px 30px 31px;
}
