/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
    padding:0;
    margin:0px 0px 0px 0px;
}
body{   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    height: 100%;
    color: #373566;
    background: #B71854;
}

a               {color: #9A1C41; text-decoration: underline;}
a:link          {color: #9A1C41; text-decoration: underline;}
a:active        {color: #9A1C41; text-decoration: underline;}
a:visited       {color: #9A1C41; text-decoration: underline;}
a:hover         {color: #9A1C41; text-decoration: underline;}

/*
a.pc_button:link     {padding: 0px 5px 0px 5px;color: #000000; text-decoration: none}
a.pc_button:visited  {padding: 0px 5px 0px 5px;color: #000000; text-decoration: none}
a.pc_button:active   {padding: 0px 5px 0px 5px;color: #000000; text-decoration: none}
a.pc_button:hover    {padding: 0px 5px 0px 5px;color: #000000; text-decoration: none}
*/

table.body {
    width: 750px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header {
    height: 150px;
    background: #FFFFFF;
    border-right: 1px solid #C5849C;
    border-left: 1px solid #C5849C;
}

td.outer {
    text-align:left;
    color: #373566;
    background: #FFFFFF;
    border-right: 1px solid #C5849C;
    border-left: 1px solid #C5849C;
    vertical-align: top;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #9A1C41;
    background: #C5849C;
    border-right: 1px solid #C5849C;
    border-left: 1px solid #C5849C;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
   \height:32px;/* for ie5 */
   he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
   width:568px;
   float:right;
   padding-top:162px;/*make room for header*/
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


/* HEADER */

/* header - top */ 

td.header_top {
    text-align:right;
    font-size: 12px;
    height:35px;
    background: #FFFFFF;
    border-right: 1px solid #C5849C;
    border-left: 1px solid #C5849C;
    padding: 5px 5px 0px 0px;
} 

/* header - top */

div.headertop_L {
    text-align: left;
    color: #C5849C;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
    padding-left: 10px;
}  

div.top_links a {
   font-size: 10px;
   color: #AAAAAA;   
}

#header_L{
   float: left;
   position:relative;
   width:449px;
   height:134px;
   *margin-top:-50px
}

#header_L h1 {
   font-weight: normal;
   padding: 35px 0px 0px 10px;
   margin: 0px;
}

a.header               {color: #000000; text-decoration: none; font-size: 35px; letter-spacing: 2px}
a.header:link          {color: #000000; text-decoration: none; font-size: 35px; letter-spacing: 2px}
a.header:active        {color: #000000; text-decoration: none; font-size: 35px; letter-spacing: 2px}
a.header:visited       {color: #000000; text-decoration: none; font-size: 35px; letter-spacing: 2px}
a.header:hover         {color: #000000; text-decoration: none; font-size: 35px; letter-spacing: 2px}

#header_R {
   float: right;
   position:relative;
   /*background: #FFFFFF url(../template_images/header/header_right.jpg) no-repeat bottom right;*/
   background: #FFFFFF;
   width:200px;
   color: #000000;
   display: inline;
}

html>body #header_R {
   height: 83px;
}   

#header_R p {
   font-size: 11px;
   font-style: italic;
   text-align: right;
   color: #C5849C;
   padding:0 10px 5px 0px;
}

#header_R p a {
   color: #C5849C;
}

/*header - menu*/

div.header_bot {
   clear: both;
   width: 100%;
   height: 12px;
   background: #C5849C;
   border-top: 4px solid #DED5D8;
}

/* SIDEBAR */

table.sidebar {
    width: 100%;
    height: 100%;
}

td.sidebar {
    width: 150px;
    background: #EDDAE1;
    vertical-align: top
}    

table.s_nav {
    width: 150px;
    margin-bottom: 10px;
}

td.s_nav_title {
    text-align: right;
    padding: 5px;
}

td.s_nav_item {
    text-align: left;
    padding: 3px 0px 3px 10px;
} 

ul.s_nav {
    padding-left: 20px;
}    

html>body ul.s_nav {
    margin-left: 15px;
} 

a.s_subnav          {font-size: 13px;color: #9A1C41; text-decoration: none;}
a.s_subnav:link     {font-size: 13px;color: #9A1C41; text-decoration: none;}
a.s_subnav:visited  {font-size: 13px;color: #9A1C41; text-decoration: none;}
a.s_subnav:active   {font-size: 12px;color: #9A1C41; text-decoration: none;}
a.s_subnav:hover    {font-size: 13px;color: #9A1C41; text-decoration: none;}

a.s_subnav_active          {font-size: 13px;color: #9A1C41; text-decoration: none;font-weight: bold}
a.s_subnav_active:link     {font-size: 13px;color: #9A1C41; text-decoration: none;font-weight: bold}
a.s_subnav_active:visited  {font-size: 13px;color: #9A1C41; text-decoration: none;font-weight: bold}
a.s_subnav_active:active   {font-size: 13px;color: #9A1C41; text-decoration: none;font-weight: bold}
a.s_subnav_active:hover    {font-size: 13px;color: #9A1C41; text-decoration: none;font-weight: bold}


a.nav_sub_item:link     {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item:visited  {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item:active   {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item:hover    {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}

a.nav_sub_item_hover:link     {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item_hover:visited  {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item_hover:active   {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}
a.nav_sub_item_hover:hover    {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px; text-decoration: none}

a.nav_sub_item_active:link     {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px;text-decoration: underline}
a.nav_sub_item_active:visited  {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px;text-decoration: underline}
a.nav_sub_item_active:active   {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px;text-decoration: underline}
a.nav_sub_item_active:hover    {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 12px;text-decoration: underline}

/* LOGIN SIDEBAR */

.login_title a:link     {color: #9A1C41; font-size: 12px; text-decoration: none}
.login_title a:visited  {color: #9A1C41; font-size: 12px; text-decoration: none}
.login_title a:active   {color: #9A1C41; font-size: 12px; text-decoration: none}
.login_title a:hover    {color: #9A1C41; font-size: 12px; text-decoration: none}

a.red:link     {color: #9A1C41; font-size: 11px; text-decoration: underline}
a.red:visited  {color: #9A1C41; font-size: 11px; text-decoration: underline}
a.red:active   {color: #9A1C41; font-size: 11px; text-decoration: underline}
a.red:hover    {color: #9A1C41; font-size: 11px; text-decoration: underline}

table.login_title {
    display: block;
    width: 130px;
    background: url(../template_images/s_nav.jpg) repeat-x top left;
    border: 1px solid #E7E7E9;
}

span.news{
    display: block;
    width: 130px;
    background: url(../template_images/s_nav.jpg) repeat-x top left;
    border: 1px solid #E7E7E9;
}

table.login_title td {
    font-size: 12px;
    font-weight: bold;
    color: #9A1C41;
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
} 

input.login {
    font-size: 11px;
    height: 20px;
    width: 100px;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
} 

html>body input.login {
    margin-bottom: 7px;
} 

input.pwd {
    font-size: 11px;
    height: 20px;
    width: 80px;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
} 

html>body input.pwd {
    margin-bottom: 7px;
} 

input.submit {
    padding: 0px;
    margin: 0px 0px 1px 0px;
    border: 1px solid #CCCCCC;
}    

div.poll_submit {
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
}

/* OSX Safari 1.x,Mozilla 0.9 - 1.6,MSN for OSX hack*/
html:not([dummy]) input.submit {
    margin-bottom: -5px;
}  

html>body input.submit {
    margin: 0px 0px 1px 0px;
}

/* CONTENT */

div.content {
    margin: 0px 10px 10px 10px;
}

/*footer*/

table.footer {
   width: 100%;
   height: 12px;
   background: #C5849C;
   border-top: 4px solid #DED5D8;
}

table.footer td {   
   text-align: center;
   font-size: 11px;
   color: #9A1C41;
   background: transparent;
   width: 20%;
   padding: 5px 13px 5px 13px;
} 

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   color: #9A1C41;
   background: #C5849C;
   width: 45%;
   padding-left: 5px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
   color: #9A1C41;
   background: #C5849C;
   width: 45%;
   padding-right: 5px;
}

/* PROD CAT */

span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    display: block;
    font-weight: bold;
    color: #FF0000;
}

table.prod_det {
    width: 100%;
}

td.prod_det_desc {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top
}      

td.prod_det_imgs {
    text-align: center;
    height: 50px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 0px 5px 0px;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px
}   

a.pc_button          {display;block;font-size: 11px;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:link     {display;block;font-size: 11px;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:visited  {display;block;font-size: 11px;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:active   {display;block;font-size: 11px;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}
a.pc_button:hover    {display;block;font-size: 11px;padding: 0px 5px 0px 5px;width: 60px;color: #000000; text-decoration: none}

/* MODULES - PRODUCT CATALOGUE */

span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    display: block;
    font-weight: bold;
    color: #D21C1B;
}

span.outofstock {
    display: block;
    font-weight: bold;
    color: #000000;
}

table.prod_det {
    width: 100%;
    height: 100%;
}

td.prod_det_L {
    text-align: left;
    padding: 0px 10px 0px 0px;
    vertical-align: top
}    

td.prod_det_R {
    text-align: center;
    width: 120px;
    border-left: 1px solid #E3E3E3;
    padding: 0px 0px 0px 10px;
    vertical-align: top
}

* html td.prod_det_R {
    width: 130px;
}    

td.prod_det_L div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

div.prod_det_desc {
    text-align: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px
}

td.prod_det_L div.right {
    font-size: 14px;
    font-weight: bold;
    color: #9A1C41;
    float: right;
    position: relative;
    width: 200px;
}    

td.prod_subcats a:link      {text-decoration:underline}
td.prod_subcats a:visited   {text-decoration:underline}
td.prod_subcats a:active    {text-decoration:underline}
td.prod_subcats a:hover     {color:#9A1C41;text-decoration:underline}

/* CHECKOUT (order.html) */

td.currentTab_left {
    background: url('../template_images/tabs/currentTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.currentTab_middle {
    background: url('../template_images/tabs/currentTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #9A1C41;
    font-weight: bold;
}

td.currentTab_right {
    background: url('../template_images/tabs/currentTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

td.otherTab_left {
    background: url('../template_images/tabs/otherTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.otherTab_middle {
    background: url('../template_images/tabs/otherTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #333333;
    font-weight: bold;
}

td.otherTab_right {
    background: url('../template_images/tabs/otherTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

td.disabledTab_left {
    background: url('../template_images/tabs/otherTab_left.gif') no-repeat bottom left;
    width: 9px;
    height: 20px;
}

td.disabledTab_middle {
    background: url('../template_images/tabs/otherTab_middle.gif') repeat-x bottom left;
    height: 20px;
    color: #AAAAAA;
}

td.disabledTab_right {
    background: url('../template_images/tabs/otherTab_right.gif') no-repeat bottom left;
    width: 8px;
    height: 20px;
}

table.nav_tabs {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #B4B4B4;
}    

input.cont_shop {
    background: url('../template_images/buttons/continue_shopping.jpg') no-repeat top left; 
    width: 132px; 
    height: 17px; 
    border: 0px;
    margin: 0px;
}

fieldset {
    margin-bottom: 10px;
}

fieldset.confirm_options {

}

fieldset legend {
    font-weight: bold;
    font-size: 14px;
    color: #9A1C41;
}    

fieldset textarea {
    background: #FFFFCD;
    width: 100%;
    height: 100px;
}
    
div.order_next {
    text-align: right;
    margin: 10px 10px 0px auto;
    width: 100%;
}

/* HELP */

table.help_search {
    width: 580px;
    padding-bottom: 10px;
}

input.s_button {
    border: 1px solid #9A1C41;
    background: #EDDAE1;
    color: #9A1C41;
}    

a.help_addresslink:link     {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 11px; text-decoration: none}
a.help_addresslink:visited  {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 11px; text-decoration: none}
a.help_addresslink:active   {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 11px; text-decoration: none}
a.help_addresslink:hover    {font-family: Arial, Tahoma, Sans-serif;color: #9A1C41; font-size: 11px; text-decoration: underline}

td.help_section {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #9A1C41;
}    

td.help_question {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9A1C41;
    padding-left: 10px;
}    

td.help_answer {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #9A1C41;
    padding-left: 20px;
}    

td.help_topten_header {
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9A1C41;
}   
/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   margin: 5px;
   width: 100%;
   margin: 10px auto 10px auto;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #9A1C41;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #9A1C41;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #9A1C41;
}  

td.form_right input,textarea {
   font-size: 10px;
   color: #9A1C41;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

input.field {
   font-size: 10px;
   color: #9A1C41;
   border: 1px solid #015198;
}

input.button {
   font-size: 10px;
   color: #9A1C41;
   background: #E3E3E3;
   border: 1px solid #666666;
}


/*common*/  

#location {
   text-align: left;
   color: #9A1C41;
   height: 20px;
   padding: 5px 0px 5px 0px;
   display: block;
}    

#location a {
    color: #9A1C41;
}

p { color: #9A1C41; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
td { color: #9A1C41; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }    
hr {border-color: #9A1C41}

h1 {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9A1C41;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #9A1C41;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9A1C41;
}

img {
    border: 0px;
}    

form {
margin: 0px;
}

* html hr {
    border-top: 1px solid #E3E3E3;
    background: #FFFFFF;
}      

span.hr {
    display:block;
    border-top: 1px solid #E3E3E3;
    height: 1px
}    

.form_sent { 
    font-weight: bold; 
    font-size: 12px
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 16px;
}

html>body ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

li {
    font-size: 12px;
    color: #9A1C41;
}

html>body li {
    padding: 0px;
    margin: 0px;
}