/* @override http://www.myoddshop.com/basic.css */

/* ------------------------------------------------
            LAYOUT STYLES
-------------------------------------------------*/
            body {
                background-image: url(/site-layout/gfx/backgroundTile.gif);
                background-repeat: repeat;
                margin:0;
                padding:0;
                font-family: sans-serif;
                font-size: 0.9em;
                text-align: left;
                color: #5c2c0b;
            }
#pagewidth{
background-image: url(/site-layout/gfx/pagewidth-trans.png);
background-repeat: repeat-y;
width: 929px;
text-align:left;
margin-left:auto;
margin-right:auto;
} 
 
#header{ 
background-image: url(/site-layout/gfx/header.gif);
background-color: white; 
background-repeat: no-repeat; 
height:140px; 
width: 900px; 
margin: 0 14px 0px 15px;
padding: 0;
position: relative;
border-bottom: 5px solid white;
}
 
#leftcol{
 width: 140px; 
 float: left; 
 position: relative;
 margin: 0 0 0 0;
 padding: 0 0 0 15px;
 }
 
#twocols{
 width:769px; 
 float:right; 
 position:relative;
 margin: 0;
 padding: 0;
  }
 
#rightcol{
 width:150px; 
 float:right; 
 position:relative;
 margin: 0 0 0 0;
 padding: 0 14px 0 0; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 padding: 0px 0px 0px 0px;
 margin: 0;
 }
 
#footer{
 height:19px; 
 position: relative;
 clear:both;
 margin: 0;
 padding: 0;
 width: 929px;
 color: #9D806D;
 text-align: right;
 } 
 

 
 /* *** Float containers fix: *** */ 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 margin: 0;
 padding: 0;

 }

.clearfix{display: inline-table;
margin: 0;
padding: 0;
}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


/* ------------------------------------------------
            COMMON STYLES
-------------------------------------------------*/
h1 {
	font-size: 1.3em;
	}
	
h2 {
	font-size: 1.1em;
	}

h4 {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0;
	}	
img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	}
th {
	text-align: left;
}
.editModeNote {
	color: red;
	font-size: 0.9em;
	font-style: italic;
}

.imageLeft {
	float: left;
	margin: 1em 1em 1em 0;
}
.imageRight {
	float: right;
	margin: 1em 0 1em 1em;
}


/* ------------------------------------------------
            NAVIGATION STYLES
-------------------------------------------------*/
#headerContent {

}

#navcontainer { 
position: absolute; 
top: 120px; 
width: 900px; 
margin: 0; 
padding: 0;
height: 20px;
font-weight: bold;
line-height: 20px; 
}

#navlist {
margin: 0;
padding: 0 0 0 145px;
}

#navlist ul { 
margin: 0; 
padding: 0;  
}

#navlist li { 
margin: 0; 
padding: 0em 2.5em 0 0; 
list-style-type: none; 
display: inline;
}

#navcontainer ul li a {

}
#navcontainer ul li a:link { 
	color: #9d806d; 
	text-decoration: none; 
	}

#navcontainer ul li a:visited {
color: #9d806d;
text-decoration: none;
}

#navcontainer ul li a:hover {
color: white;
}

#navcontainer ul li a:active {
color: white;
}



/* ------------------------------------------------
            SUBNAVIGATION STYLES
-------------------------------------------------*/

#nav {
    width:140px;
    font-size: 0.85em;
    margin: 0;
    padding: 0;
}
#nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
   
}

#nav li.category {
    font-weight: bold;
    padding: 0 0 0 0px;
    margin: 0;
    background-color: #5c2c0b;
    color: #FFF;
}

/*IE needs extra margin and padding set for the indented li 
* html #nav li ul li {
    margin-left:-10px;
}
 end IE hack */

#nav ul li {


}

#nav ul li a {
color: white;	
display: block;  margin: 0; 
    font-weight: bold;
    text-decoration: none;
	padding-left: 5px;
	line-height: 24px;
	height: 24px;
border-bottom: 5px solid white;
}

#nav ul li a:link {
	background-color: #5c2c0b;
	color: white;
	text-decoration: none;
    }
#nav ul li a:visited {
	background-color: #5c2c0b;
	color: white;
	text-decoration: none;

}
#nav ul li a:hover {
	background-color: #F7E71C;
	text-decoration: none;
	color: black;
}

#nav ul li ul li a {
	color: white;	
	display: block;  
	margin: 0; 
    font-weight: bold;
    text-decoration: none;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 5px;
	height: 24px;

}

#nav ul li ul li a:link {
	background-color: #fec8e4;
	color: #5c2c0b;

}

#nav ul li ul li a:visited {
	background-color: #fec8e4;
	color: #5c2c0b;
	
}

#nav ul li ul li a:hover {
		background-color: #fc5ca2;
		color: white;
	
}


/* ------------------------------------------------
            MAIN COL STYLES
-------------------------------------------------*/
.mainColWrapper {
	margin: 0;
	padding: 0;
	}

.mainColLeft {
	width: 285px;
	float: left;
	padding: 0;
	margin: 0;
	}

.mainColLeft p {
	padding: 0 10px 0 0;
	}

.mainColRight {
	width: 316px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	}
	
.mainColFooter {
    clear: both;
    padding: 0;
    text-align: center;
    padding: 0;
}

.basicGrayBlock {
	width: 600px;
	color: #646567;
	background-color: #CFD0D1;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 0.9em;
	border-bottom: 5px solid white;
	line-height: 1.2em;
}
.basicGrayBlock a {
	
}

.basicGrayBlock a:link {
	color: #434446;
	text-decoration: none;
}
.basicGrayBlock a:visited {
	color: #434446;
	text-decoration: none;
}
.basicGrayBlock a:hover {
	color: black;
	text-decoration: underline;
}
.basicPageTitle {
	background-color: #646567;
	color: white;
	height: 24px;
	width: 600px;
}
.basicPageTitle h1 {
	font-size: 16px;
	margin: 0;
	line-height: 24px;
	padding-left: 5px;
}

.back2List {
	width: 601px;
 	color: white;
    margin: 0 0 0 0;
    border-bottom: 5px solid white;
	border-top: 5px solid white;
}
 
 .back2List a:link {
 	color: white;
 	display: block;
 	background-color: #6c6f71;
    padding: 3px 0 3px 0;
    text-decoration: none;
 }
 .back2List a:visited {
 	color: white;
 	display: block;
 	background-color: #6c6f71;
    padding: 3px 0 3px 0;
    text-decoration: none;	
}
 
 .back2List a:hover {
 	color: white;
 	display: block;
 	background-color: #FF99CC;
    padding: 3px 0 3px 0;
    text-decoration: none;
 } 
 
.articleInfo {
	color: #646567;
	background-color: #CFD0D1;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 0.9em;
    font-weight: bold;
    }
 .articleInfo p{
	padding: 0 5px 0 5px;
	margin: 0.6em 0 0.8em 0;


}
.articleInfoTitle {
	background-color: #646567;
	color: white;
	height: 30px;	
}
   
.articleInfoTitle h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0 5px ;
	line-height: 30px;
}
 .articleCode {
 	display: block;
 	color: black;
 	background-color: #F7E71C;
 	padding: 0 0 0 5px;
 	margin: 0;
 	height: 25px;
 	line-height: 25px;
 	}
 
 .articlePrice {
    display: block;
    color: white;
    background-color: #95989c;
    padding: 0 0 0 5px;
    margin: 0;
    height: 25px;
    line-height: 25px;
    font-weight: bold;	
 }
 
  .article2CartDetail {
    display: block;
    margin: 0;
	
 }
 .article2CartDetail a {
 	display: block;
 	color: white;
    background-color: #6c6f71;
    padding:0 0 0 5px;
    margin: 0;
    height: 30px;
    line-height: 30px;	
 }
 
  .article2CartDetail a:link, .article2CartDetail a:visited{
 	display: block;
 	color: white;
    background-color: #6c6f71;
    text-decoration: none;
    margin: 0;	
 }
   .article2CartDetail a:hover {
 	display: block;
 	color: white;
    background-color: #FF99CC;
    text-decoration: none;
    margin: 0;	
 }
.firstproductTable {
	width: 151px;
padding: 0 ;
margin: 0 ;
border-right: 5px solid white;
border-bottom: 5px solid white;
}

.productTable {
width: 146px;	
border-bottom: 2px solid #a2d8e7;
border-right: 2px solid #a2d8e7;
padding: 0;
margin: 0;
}

.lastproductTable {
border-bottom: 2px solid #a2d8e7;
width: 146px;
padding: 0 0 0 0px;
margin: 0;
}

.amountBar {
background-color: #c0e9f4;
height: 10px;
width: 15px;
margin: 0;
font-size: 0.85em;
color: #000000;
padding: 4px 3px 3px 3px;
border-top: 2px solid #939598;
border-left: 2px solid #939598;
text-align: center;
}

.amountBar2 {
background-color: #5c2c0b;
height: 10px;
margin: 0 0;
font-size: 0.8em;
color: #FFFFFF;
padding: 4px 5px 3px 5px;
text-align: center;
display: block;
}

.amountBarYellow {
background-color: #F7E71C;
height: 35px;
margin: 0;
font-size: 0.8em;
font-weight: normal;
color: #000;
padding: 5px 5px 3px 5px;
text-align: left;
}

.amountBarYellow a {
	
}
.amountBarYellow a:link {
	color: black;
}

.amountBarYellow a:visited {
	color: black;
}
.amountBarYellow a:hover {
	color: gray;
}
.smallGreyText {
	font-size: 10px;
	color: #878889;
}

.subTotalBar {
background-color: #dcddde;
height: 10px;
margin: 0;
font-size: 0.85em;
color: black;
padding: 5px;
}

.subTotalBar2 {
background-color: #dcddde;
height: 10px;
margin: 0;
font-size: 0.85em;
color: black;
padding: 5px;
text-align: right;
}



.subTotalBar2a {
background-color: #E3E4E4;
height: 10px;
margin: 0;
font-size: 0.85em;
color: black;
padding: 5px;
text-align: left;
}


.subTotalBar3 {
background-color: #878889;	
height: 10px;
line-height: 16px;
margin: 0;
font-size: 0.9em;
font-weight: bolder;
color: white;
padding: 0px;
text-align: left;
}


.subTotalBar3 a{
	text-decoration: none;
	display: block;
	padding: 5px;
	}

.subTotalBar3 a:link, .subTotalBar3 a:visited {
    background-color: #878889;
	color: white;
	text-decoration: none;
	display: block;
	}

.subTotalBar3 a:hover {
	text-decoration: underline;
	background-color: #ff97b7;
	display: block;
	}
.subTotalBar4 {
background-color: #646567;
height: 45px;
margin: 0;
font-size: 0.8em;
color: #B1B2B4;
padding: 4px ;
text-align: left;
}

.shoppingSteps {
	color: white;
	width: 600px;
	border-bottom: 5px solid white;
}
.shoppingSteps td {
	border-right: 5px solid white;
		background-color: #b1b3b4;
	width: 193px;
	height: 24px;
	padding: 0px 5px;
}

.shoppingSteps td.shoppingStepActive {
	border-right: 5px solid white;
	background-color: #646466;
	padding: 0 5px;
}

.shoppingSteps td.lastCell {
	border: none;
	padding: 0 5px;
}

.shoppingSteps td.lastCellShoppingStepActive {
	border: none;
	background-color: #646466;
	padding:  0 5px;
}

.mainCart {
	width: 600px;
	padding: 0;
	margin: 0;
	border: 0;
	color: black;
}

.mainCart th {
background-color: #7B7B1F;
color: white;
padding: 5px;	
}
.mainCartAmount {
	background-color: #F7E71C;
 	padding: 5px 0 5px 5px;
}
.mainCartTitle {
	background-color: #F7E71C;
	padding: 5px 0 5px 5px;
}
.mainCartTitle a {
}

.mainCartTitle a:link {
	color: black;
}
.mainCartTitle a:visited {
	color: black;
}
.mainCartTitle a:hover {
	color: gray;
}
.mainCartPrice {
	background-color: #F7E71C;
	padding: 5px 0 5px 5px;
}
.mainCartSubtotal {
	background-color: #F7E71C;
	padding: 5px 0 5px 5px;
}
.mainCartRemove {
	background-color: #F7E71C;
	padding: 5px 0 5px 5px;
}

.mainCartTotal {
	background-color: #878889;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.mainCartUpdate {
	color: white;
	border-bottom: 5px solid white;
}
.mainCartUpdate a {
	display: block;
	padding: 5px;
	background-color: #646567;
}
.mainCartUpdate a:link {
	color: white;
	background-color: #646567;
	text-decoration: none;
}
.mainCartUpdate a:visited {
	color: white;
	background-color: #646567;
	text-decoration: none;
}
.mainCartUpdate a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

.checkOutMainCart {
	
}
.checkOutMainCart a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.checkOutMainCart a:link {
	display: block;
	background-color: black;
	color: white;
	}
.checkOutMainCart a:visited {
	display: block;
	background-color: black;
	color: white;
	}
.checkOutMainCart a:hover {
	display: block;
	background-color: #646567;
	color: white;
	}
.mainCartContinue {
	border-bottom: 5px solid white;
}
.mainCartContinue a{
	display: block;
	padding: 5px;
	text-decoration: none;
}

.mainCartContinue a:link{
	background-color: #E9669E;
	color: white;
}
.mainCartContinue a:visited{
	background-color: #E9669E;
	color: white;
}
.mainCartContinue a:hover{
background-color: #878889;
	color: white;
}

.userInfoTable {
background-color: #CFD0D1;
	width: 600px;
	color: #646567;
}
.userInfoTable td{
	padding: 5px;
		color: #646567;
	width: 300px;
}
.userInfoTable th {
	background-color: #646567;
color: white;
padding: 5px;	
}
.grayBlock {
	width: 600px;
	background-color: #CFD0D1;
	color: #646567;
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	line-height: 1.5em;
}
.grayBlock p {
	padding: 0 5px 0 5px;
	margin: 0.6em 0 0.8em 0;
}
.grayBlock form {
	background-color: transparent;
}
.grayBlockTitle {
		background-color: #646567;
color: white;	
}
.grayBlockTitle h2{
	margin: 0;
	padding: 3px 3px 3px 5px;
}


.productHome {
  background-color: #efe311;
  height: 19px;
  width: 292px;
  padding: 5px 0 0 5px;
  color: #000;
  font-size: 0.8em;
  border-right: 5px solid #fff;
}

.productHome a {
  color: #000;
  text-decoration: none;
}

.productHome a:hover {
  color: #646567;
  text-decoration: none;
}

.productPriceHome {
  background-color: #9d9ea0;
  height: 19px;
  width: 292px;
  padding: 5px 0 0 5px;
  color: #000;
  font-size: 0.8em;
  border-right: 5px solid #fff;
}

.productPriceHome a {
  color: #000;
  text-decoration: none;
}

.productPriceHome a:hover {
  color: #646567;
  text-decoration: none;
}

.subGalleryBlock {
	background-color: #fc5ca2; 
    color: #5c2c0b;
	padding: 0; 
	border-bottom: 5px solid white; 
	clear: both;
	width: 600px;
}

.subGalleryBlock a {
	color:  white;
	text-decoration: none;	
}

.subGalleryBlock a:link {
	color:  white;
	text-decoration: none;	
}
.subGalleryBlock a:visited {
	color:  white;
	text-decoration: none;	
}
.subGalleryBlock a:hover {
	color:  white;
	text-decoration: underline;	
}
.subGalleryBlock a:active {
	color: #5c2c0b;
	text-decoration: underline;	
}


/* ------------------------------------------------
            RIGHTCOL STYLES
-------------------------------------------------*/
#rightcolContent{
	padding-bottom: 0px;
}
.contentRightCol {
margin: 0 10px 10px 10px;
}

.textBalloon {
	width: 130px;
	background-color: white;
	 line-height: 1.3em;
}

.textBalloon p {
	padding: 0 0 10px;
	font-size: 85%;
	margin: 0 8px;
}

.cart {
margin: 0;
	display: block;
	background-color: #E3E4E4;
}

.cartTotal {
background-color: #646567;
height: 10px;
margin: 0;
font-size: 0.85em;
color: white;
padding: 5px;
text-align: left;
}

.cartTotal_a {
background-color: #646567;
height: 10px;
margin: 0;
font-size: 0.85em;
color: white;
padding: 5px;
text-align: left;
}

.shopping {

}

.summary {
background-color: black;
width: 130px;
margin:  0 0 15px 0;
padding: 0;
line-height: 1.3em;
font-size: 0.85em;
	color: white;
}

.summary a {
	padding: 5px;
	display: block;
}

.summary a:link {
	color: white;
	text-decoration: none;
}

.summary a:visited {
	color: white;
		text-decoration: none;
}

.summary a:hover {
	background-color: #E3E4E4;
	color: black;
		text-decoration: none;
}
.Checkout {
background-image: url(/site-layout/gfx/roundCornerBottom.gif);
background-repeat: no-repeat;
height: 20px;
width: 130px;
color: #FFFFFF;
text-align: center;
font-size: 0.9em;
padding: 5px 0 5px 0;
}

.Checkout a:link{
 color: #FFFFFF;
 text-decoration: none;
}

.addToCart {
background-color: #5C2C0B;
height: 20px;
margin: 0 10px 10px 10px;
color: white;
}

.titleBar {
background-color: #F7E71C;
font-size: 0.75em;
color: black;
font-weight: bold;
padding: 5px;
	width: 131px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.titleBar a {
	
	}
.titleBar a:link {
	color: black;
}
.titleBar a:visited {
	color: black;
}
.titleBar a:hover {
	color: #646567;
}
.contentBar {
background-color: transparent;
height: 10px;
margin: 0;
font-size: 0.85em;
color: black;
padding: 5px;
}

.contentBar2 {
background-color: transparent;
height: 10px;
margin: 0;
font-size: 0.85em;
color: black;
padding: 5px;
text-align: right;
}



/* ------------------------------------------------
            FOOTER STYLES
-------------------------------------------------*/

#footerContent {
	background-color: #5c2c0b;
	margin: 0 14px 0 15px;
	padding: 0px 10px 0 0;
	line-height: 19px;
	height: 21px;
	font-weight: normal;
	}
	
#footerNav {
	margin: 0;
	padding: 0;
}

#footerNav ul {
	padding: 0;
	margin: 0;
	display: inline;
}

#footerNav ul li {
	padding: 0 0 0 3em;
	height: 19px;
	line-height: 19px;
	margin: 0;
}

#footerNav ul li a {
	font-weight: normal;
}
#footer a:link {
color: #9D806D;
text-decoration: none;
}

#footer a:visited {
color: #9D806D;
text-decoration: none;
}

#footer a:hover {
color: #fff;
text-decoration: none;
}

#footer a.active {
color: #fff;
text-decoration: none;
} 


 