/**
*
* shop.css
*
*/

html {
        width: 100%;
        height: 100%;
}

body {
	background: #FFFFFF url(/users/9000/8688/8688/img/8688_bg.jpg) repeat-x;
 	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Times New Roman;
 	margin: 0px auto 0px;
	padding: 0px;
        width: 100%;
        height: 100%;
	}
	
/************************************************
*	Hyperlinks				*
************************************************/

a, a:visited {
 	color: #BE0C0C;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/************************************************
*	Header/Navigation  			*
************************************************/

#header {
	background: #BE0C0C;
	width: 960px;
	height: 100px;
	margin: 0px auto 0px ;
	padding: 0px;
	overflow: hidden;
	}
	
.headerleft {
	background: #BE0C0C;
	color: #FFFFFF;

	width: 260px;
	height: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a, .headerleft a:visited {
	font-family: Arial, Verdana, Helvetica, Tahoma, Times New Roman;
	font-size: 26px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
        border: none;
	}

.headerleft a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.headerleft a img {
        border: none;
        padding: 0px;
        margin: 0px;
}
	
.headermiddle {
	width: 500px;
        height: 100px;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px;
        color: #FFFFFF;
        font-weight: bold;
	}
	
.headermiddle li {
	list-style: none;
	display: list-item;
	margin: 0px;
	padding: 0px;
	}
		
.headermiddle ul {
	margin: 0px;
	padding: 60px 20px 0px 0px;
	}
		
.headermiddle a, .headermiddle a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	}
		
.headermiddle a:hover {
	background: #BE0C0C;
	color: #FFFFFF;
	font-weight: bold;
        text-decoration: none;
	}

.headerright {
	width: 200px;
	float: right;
	text-align: right;
        color: #FFFFFF;
        font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, Times New Roman;
	}

.headerright a, .headerright a:visited
{
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        margin: 2px;
}

.headerright a:hover 
{
        text-decoration: underline;
}

	
/************************************************
*	Content 			        * 
************************************************/

#maintop {
	width: 936px;
	background: #E8E8E8;
	margin: 10px auto 10px;
	padding: 12px;
	border: 2px dashed #BE0C0C;
       font-size:14px;
        overflow: hidden;
       float: none!important;
       text-align:center;
	}

#maintop2 {
	width: 936px;
	background: #EEEEEE;
	margin: 10px auto 10px;
	padding: 12px;
	border: 1px dashed #CCCCCC;
	color: #555555;
       font-size:10px;
        overflow: hidden;
       float: none!important;
       text-align:center;
	}


#main {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ddd;
        overflow: hidden;
       float: none!important;
	}

.navigation{
	width: 948px;
	}

.navigation div {
	display: block;
	}

#detailArticlePrint {
width: 45%;
}

#frmArticleDetails {
width: 50%;
}

#frmArticleDetails fieldset div {
width: auto;
}

#detailArticlePrint h4 {
clear: both;
}

#detailArticlePrint fieldset div span {
width: 10em;
}

#detailArticlePrint fieldset {
margin-right: 19em;
font-size: 0.8em;
}

.mvc #index.classicCompact fieldset h3.small-gap-down {
height: 35px;
}

.mvc #index.classicCompact fieldset .articlePrice p {
font-size: 0.8em;
}

.mvc #index.classicCompact fieldset h3.small-gap-down {
width:195px;
}

#menuFooter{
	width: 960px;
}

#menuCheckout, #menuCheckout ol {
	width:48em;
}

#menuCheckout ol li#step-4 {
	width:14em;
}

/************************************************
*	Footer  				*
************************************************/

#myfooter {
	width: 100%;
	background: #BE0C0C;
	color: #FFFFFF;
	margin: 0px auto 0px ;
	padding: 10px 0px 10px 0px;
	line-height: 17px;
	text-align: center;
	}
	
#myfooter p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;	
	}
	
#myfooter a {
	color: #FFFFFF;
	text-decoration: none;
	}

#myfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#detailArticlePrint #detailArticleThumb img {
	max-height:280px;
	max-width:280px;
}
