/* ------------------------------------------------------------- 

  Screen Styles
   
-------------------------------------------------------------- */

@import "../../css/lib/reset.css";
@import "../../css/lib/typography.css";
@import "../../css/lib/forms.css";

@import "../../constantine/css/buttons.css";
@import "../../constantine/css/constantine.css";


/* Site
-------------------------------------------------------------- */



body {
  margin: 0;
  background: #f9f9f9;
}

.container {
  width: 1063px;
  margin: 0 auto;
}

#header {
  padding-top: 10px;
  width: 1051px;
  height: 116px;
  margin: 0 auto;
}

/* RITF : Adding styling to the cart div, which was already in place in the code but with no styling anywhere ; this is to fascilitate the addition of the shopping cart image */
#cart {
  height:auto;
  width:200px;
  float:right;
  overflow:visible;
  position:relative;
  top: -25px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  

}

  .left li li2 {
  	display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
	background-color: #eeeeee;
  }
  
    .left li .li2 {
  	display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
	background-color: #eeeeee;
  }


.items,.total { 
  
  border: #eeeeee 5px solid;
  border-right:  #eeeeee 10px solid;
  border-left:  #eeeeee 10px solid;
  border-bottom:#eeeeee 5px solid;
  background: #eeeeee;
  
  margin-right:0px;
  margin-left:0px;
  margin-bottom:0px;
  margin-top:0px;
 
  width:auto;
  height:auto;
  overflow:visible;
  position:static;
  float:none;
  zoom:normal;
  writing-mode:lr-tb;
  font-size:1em;
  


}
#cart li a {
margin-right:0px;
}

#cart li {

margin-right:10px;
overflow:visible;
}


/*#logo {
  float: left;
  width: 400px;
  height: 116px;
  background: #f9f9f9 url('../../css/images/bg-header2.jpg') top left no-repeat;
}*/

h1.logo {
  text-indent: -9999px;
  display: inline;
}

h1.logo a {
  display: block;
  width: 400px;
  height: 116px;
}

.column {
  float: left;
}

#footer  
{
     color: #f0c;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     background-color: #c00;
     text-align: center;
	 position: relative;
     left: 0px;
     width: 100%;
     height: 9px;
}

.footer {
     font-size:  9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: center;
	 position: relative;
     left: 0px;
     width: 100%;
     height: 9px;
}

/* Left column
-------------------------------------------------------------- */

.left {
  width: 193px;
  margin-right: 23px;
}

  .left h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #eeeeee;
  }
  
  .left ul {
    list-style: none;
    margin: 0;
  }
  
  .left li {
    text-transform: uppercase;
  }
  
  .left li a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    /*font-weight: bold;*/
  }
  
  .left li a:hover {
    background: #eeeeee;
  }
  
  .left a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
  }
  
  .left a:hover {
    background: #eeeeee;
  }

/* Left_b column
-------------------------------------------------------------- */

.left_b {
  width: 193px;
  margin-right: 23px;
}

  .left_b h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #eeeeee;
  }
  
  .left_b ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
  }
  
  .left_b li {
  	display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #b9b9b9;
  }
  
  .left_b li2 {
  	display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
    background: #eeeeee;
  }
  
    .left_b .li2 {
  	display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
    background: #eeeeee;
  }
  
  
  .left_b a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  
  .left_b a:hover {
    background: #eeeeee;
  }
  
  
/* Right column
-------------------------------------------------------------- */

.right          { width: 847px; }
.breadcrumbs    { width: 847px; }

.detail  { width: 520px; margin-right: 3px; }
.detail_alt    { width: 850px;}
.detail_alt_1   { 
    width: 851px;
    display: inline-block;
}

.detail_alt_2   { 
    width: 510px;
    display: inline-block;
}
.detail_alt_3   {
    width: 170px;
    display: inline-block;
}
.detail_2		{ width: 100px; margin-right: 3px; }
.purchase       { width: 324px; }
.company_logo   { width: 324px; margin-bottom: -15px; }


.right h2 {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
}

.right h2 a:hover{
	text-decoration: underline;
}

#holder { position: relative; border: 1px solid #4d4d4d; float: left; margin-bottom: 9px; width: 499px; height: 472px; }

ul.thumbs {
  list-style: none;
  margin: 0;
}

ul.thumbs li {
  display: inline;
  margin-right: 9px;
}

ul.thumbs li a {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  border: 1px solid #777;
}

ul.thumbs li a:hover {
  border: 1px solid #4d4d4d;
}

ul.thumbs li a.active {
  width: 91px;
  height: 91px;
  border: 1px solid #f9f9f9;
  opacity: .5;
  filter: alpha(opacity=50);
  zoom: 1;
}

ul.thumbs li a.active:hover {
  border: 1px solid #f9f9f9;
}

ul.thumbs li img {
  margin: 0;
  display: block;
}

/* wide left column
-------------------------------------------------------------- */

.wide_left {
  width: 248px;
  margin-right: 23px;
}

  .wide_left h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #eeeeee;
  }
  
  .wide_left ul {
    list-style: none;
    margin: 0;
  }
  
  .wide_left li {
    text-transform: uppercase;
  }
  
  .wide_left li a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  
  .wide_left li a:hover {
    background: #eeeeee;
  }
  
  .wide_left a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
  }
  
  .wide_left a:hover {
    background: #eeeeee;
  }


/* Extra wide left column
-------------------------------------------------------------- */

.extra_wide_left {
  width: 520px;
  margin-right: 23px;
}

  .extra_wide_left h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #eeeeee;
  }
  
  .extra_wide_left ul {
    list-style: none;
    margin: 0;
  }
  
  .extra_wide_left li {
    text-transform: uppercase;
  }
  
  .extra_wide_left li a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  
  .extra_wide_left li a:hover {
    background: #eeeeee;
  }
  
  .extra_wide_left a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
  }
  
  .extra_wide_left a:hover {
    background: #eeeeee;
  }

  /* SUPER Extra wide left column
-------------------------------------------------------------- */

.super_extra_wide_left {
  width: 800px;
  margin-right: 23px;
}

  .super_extra_wide_left h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #eeeeee;
  }

  .super_extra_wide_left ul {
    list-style: none;
    margin: 0;
  }

  .super_extra_wide_left li {
    text-transform: uppercase;
  }

  .super_extra_wide_left li a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
    font-weight: bold;
  }

  .super_extra_wide_left li a:hover {
    background: #eeeeee;
  }

  .super_extra_wide_left a {
    display: block;
    padding: 0 12px;
    margin-bottom: 3px;
  }

  .super_extra_wide_left a:hover {
    background: #eeeeee;
  }


  .mailing-list {
      position: relative;
      float: right;
      top: 80px;
      left: 200px;
  }


/*cart_table
--------------------------------------------------------------------------*/


div#cart_item_total {
padding:5px 12px;
margin-top: 35px;
margin-left: 20px;
margin-right: 9px;
background: #eeeeee;
vertical-align: middle;
text-align: center;
}

.cart_thumbs { 
list-style: none; 
margin: 0;
}

.cart_thumbs  {
margin-right: 9px;
}

.cart_itemtext {
padding:5px 12px;
margin-top: 35px;
margin-left: 20px;
margin-right: 9px;
vertical-align: middle;
text-align: center;
width: 180px;
}
.cart_itemamount {
padding:5px 12px;
margin-left: 20px;
margin-right: 9px;
vertical-align: middle;
text-align: left;
width: 40px;
}
.cart_itemnote {
padding: 0;
margin-left:20px;
margin-right: 0px;
vertical-align: middle;
text-align: left;
width: 80px;
}

.cart_thumbs a , a.cart_thumbs:visited {
float: left; 
margin-right: 4px; 
margin-bottom: 4px;
border: 1px solid #999;
}


.cart_thumbs  a:hover {  
border: 1px solid #666;
}

.cart_thumbs a:active {  
border: 1px solid #666;	
}	

.cart_thumbs  img {  
margin: 0;  
display: block;

}

.button80 {
display: block;
padding: 5px 12px;
background-color: #fff;
font-size: 1em;
width: 80px;
text-align: center;
line-height: 2em;
}

.button135 {
display: block;
padding: 5px ;
background-color: #fff;
width: 135px;
text-align: center;
line-height: 2em;
vertical-align:middle;
}

#buttonabc {
display: block;
background-color: #fff;
width: 160px;
text-align: center;
line-height: 2em;
vertical-align:middle;
}



/*Customer Login
-----------------------------------------------------------------------------*/



ul.login {
  list-style: none;
  margin-top: 20px;
}

ul.login li {
  margin: 0;
}

ul.login li a {
margin: 0;
margin-bottom: 9px;
text-decoration: underline;
}

ul.login li a:hover { 
color: black;
text-decoration: underline;
}

ul.login li a.active {
text-decoration: underline;
}
	
ul.login li a.active:hover {
text-decoration: underline;
}

ul.login li img {
margin: 0;
display: block;
}



/*Customer Registration
-----------------------------------------------------------------------------*/



ul.register {
  list-style-type: none;
  margin-top: 20px;
}

ul.register li {
  margin: 0;
}

ul.register li a {
margin: 0;
margin-bottom: 9px;
text-decoration: underline;
}

ul.register li a:hover { 
color: black;
text-decoration: underline;
}

ul.register li a.active {
text-decoration: underline;
}
	
ul.register li a.active:hover {
text-decoration: underline;
}

ul.register li img {
margin: 0;
display: block;
}


/*textinput for forms
-----------------------------------------------------------------------------*/
 .textinput {
margin-bottom: 1.5em;
color: #666;
background-color: #fff;
border: 1px solid #999;
font-size: 1em;
padding: 5px;
width: 300px;
}

.textradioinput {
margin-bottom: 1.5em;
color: #666;
background-color: #fff;
border: 1px solid #999;
font-size: 1em;
padding: 5px;
width: 5px;
}

/*dropdowninput for forms
-----------------------------------------------------------------------------*/
 .dropdowninput {
display: block;
margin-bottom: 1.5em;
width: 15%;
color: #666;
background-color: #fff;
border: 1px solid #999;
font-size: 1em;
}



.clear { clear: both; }
.space { margin: 0 0 1.5em 0; }



/*footer
...............................................................................................*/

.footer {
  margin: 150px 0 0 0;
}

.selected{
  background: url('../../css/images/rdo_on.jpg') left center no-repeat;
	padding-left: 15px;
}
.unselected{
  background: url('../../css/images/rdo_off.jpg') left center no-repeat;
	padding-left: 15px;
}