/********************************* 
* TEMPLATE VELO PLIANT
* 
* Author : Neoweb www.neoweb.fr
* Copyright © 01.2009
* 
* COMMONS STYLES
**********************************/

@import url(magento.css);
@import url(account.css);
@import url(checkout.css);



/* *** HTML TAGS *********************************************************** */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;    
	color: #404040;
	background-color: #777266;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, form, fieldset, legend {
	padding: 0;
	margin: 0;
}
table {	font-size: 1em; }
ul li { list-style-type: none; }
ol li { list-style-type: none; }
fieldset {	border: 0 solid; }
img { border: 0; }

a {
	color: #404040;
	text-decoration: underline;
}
a:hover { 
	color: #000;
	text-decoration: none; 
}
hr {
	height: 1px;
	border: 0px;
	color: #CCCCCC;	
	background-color: #CCCCCC;
}

input, select, textarea, button {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	padding: 1px;
	border-width: 1px;
	color: #404040;
	vertical-align: middle;
}
input.input-text, textarea, select {
	background-color: #F3F3F3;
}

.input-text:focus, textarea:focus {
	background-color: #EFEEEB;
}

input.form-button, button.form-button, button.form-button-alt {
	font-weight: bold;
	padding: 0 2px;
	color: #FFF;
	background: #6B665B url(../images/topmenu-grey-l.png) no-repeat 100% 50%;
	border-width: 1px;
	border-top-color: #ADAAA3;
	border-left-color: #ADAAA3;
	border-right-color: #645F56;
	border-bottom-color: #645F56;
	cursor: pointer;
}

.category-the-brompton-house input.form-button, .category-the-brompton-house button.form-button  {
	background: #E1493C url(../images/topmenu-red-l.png) no-repeat 100% 50%;
}
.category-autres-velos-pliants input.form-button, .category-autres-velos-pliants button.form-button {
	background: #00AA97 url(../images/topmenu-green-l.png) no-repeat 100% 50%;
}
.category-remorques input.form-button, .category-remorques button.form-button {
	background: #FF921B url(../images/topmenu-yellow-l.png) no-repeat 100% 50%;
}
.category-accessoires input.form-button, .category-accessoires button.form-button {
	background: #A12C50 url(../images/topmenu-purple-l.png) no-repeat 100% 50%;
}




/* *** ACCESSIBLITY */

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* *** GLOBAL CONTENT */

.global_content {
	width: 970px;
	margin: 0 auto;
}



/* *** TEMPLATES STYLES */

.clear, .clr { clear: both; }



/* *** HEADER *********************************************************** */

#header {
	height: 38px;
	background: url(../images/header-bkg.gif) repeat-x 0 0; 
}
#header a, #header a:hover {
	color: #FFF;
}


#account {
	float: left;
	line-height: 30px;
	font-size: 0.95em;
}
#account h3 {
	display: inline;
	float: left;
	height: 30px;
	margin: 0 1em 0 0;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}



#searchbox {
	float: right;
	width: 300px;
	height: 30px;
	position: relative;
	line-height: 30px;
}
#searchbox fieldset {
	width: 100%;
}
#searchbox legend {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	margin: 0;
	padding: 0 0 0 32px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/icon-search.png) no-repeat 0 2px;
}
#searchbox .mini-search {
	position: absolute;
	top: 0;
	right: 0;
}




/* *** MAIN *********************************************************** */

.shadow-horizontal-top {
	background: url(../images/shadow-horizontal-top.png) repeat-x 0 0;	
}
.shadow-horizontal-bottom {
	background: url(../images/shadow-horizontal-bottom.png) repeat-x 0 100%;	
}

.shadow-vertical {
	width: 970px;
	background: url(../images/shadow-vertical.png) repeat-y 0 0;	
}
.shadow-vertical-top {
	position: absolute;
	width: 9px;
	height: 9px;
	left: 0;
	background: url(../images/shadow-vertical-top.png) no-repeat 0 0;	
}
.shadow-vertical-bottom {
	position: absolute;
	float: left;
	width: 9px;
	height: 9px;
	left: 0; 
	bottom: 0 !important;
	bottom: -9px;
	background: url(../images/shadow-vertical-bottom.png) no-repeat 0 0;	
}



.right-line {
	background-position: 720px 0;
}
.right-corner {
	left: 720px;
}




.box {
	line-height: 1.3em;
	margin: 1em 0;
}
.box-tl, .box-tr, .box-bl, .box-br {
	height: 6px;
	overflow: hidden;
}
.box-tl {	background: url(../images/border-grey-tl.png) no-repeat 0 0; }
.box-tr {	background: url(../images/border-grey-tr.png) no-repeat 100% 0; }
.box-bl {	background: url(../images/border-grey-bl.png) no-repeat 0 0; }
.box-br {	background: url(../images/border-grey-br.png) no-repeat 100% 0; }

.box-content {
	padding: 5px 10px;
	border-left: 2px solid #E6E4E0;
	border-right: 2px solid #E6E4E0;
}
.box-heading {
	border-left: 2px solid #E6E4E0;
	border-right: 2px solid #E6E4E0;
}
.box h3, .box h4 {
	margin: 0 0 0.5em 0;
	color: #EF221F;
	font-weight: bold;
	text-transform: uppercase;
}
.box h3 {
	font-size: 1.08em;
}
.box h4 {
	font-size: 1.05em;
}
.box h5 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #0E7E5D;
}

.box h4 a {
	font-size: 0.85em;
	text-transform: none;
}

.box p {
	margin: 0.5em 0;
}


.content .box {
	margin: 2em 0;
}
.content .box-content {
	padding: 1em 3em;
}



.red {
	color: #EF221F;
}




#main { 
	background-color: #FFF;
}
#main .global_content { 
	position: relative;
}


#center {
	float: left;
	width: 700px;
	overflow: hidden;
}
.nocol {
	width: 970px !important;
}
#center-inner {
	float: left;
	width: 665px;
	margin: 0 0 1em 2.9em;
}
.nocol #center-inner {
	margin: 0 3em 1em 6em !important;
}




/* *** TOPMENU *********************************************************** */

#topmenu {
	float: right;
}
#topmenu li {
	display: inline;
	float: left;
	margin: 0 0.1em;
	background: url(../images/topmenu-grey-l.png) no-repeat 0 0;
}
#topmenu li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0.5em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/topmenu-grey-r.png) no-repeat 100% 0;
}

#topmenu li.nav-the-brompton-house { 		background: url(../images/topmenu-red-l.png) no-repeat 0 0; }
#topmenu li.nav-the-brompton-house a { 		background: url(../images/topmenu-red-r.png) no-repeat 100% 0; }

#topmenu li.nav-autres-velos-pliants { 		background: url(../images/topmenu-green-l.png) no-repeat 0 0; }
#topmenu li.nav-autres-velos-pliants a { 	background: url(../images/topmenu-green-r.png) no-repeat 100% 0; }

#topmenu li.nav-remorques { 	background: url(../images/topmenu-yellow-l.png) no-repeat 0 0; }
#topmenu li.nav-remorques a { 	background: url(../images/topmenu-yellow-r.png) no-repeat 100% 0; }

#topmenu li.nav-accessoires { 		background: url(../images/topmenu-purple-l.png) no-repeat 0 0; }
#topmenu li.nav-accessoires a { 	background: url(../images/topmenu-purple-r.png) no-repeat 100% 0; }






/* *** LOGO *********************************************************** */

a#logo {
	display: block;
	float: left;
	margin: 1em 3em 2em 0;
	width: 300px;
	height: 110px;
	text-decoration: none;
	text-indent: -2000px;
	background: url(../images/logo-velo-pliant.png) no-repeat 0 0; 
}
a#logo:hover {
	text-decoration: none;
}
h4#accroche {
	float: left;
	width: 250px;
	margin: 4em 0 0 0;
	color: #0E7E5D;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}



/* *** RIGHT COLUMN *********************************************************** */

#right {
	float: right;
	width: 240px;
	right: 0;
}
#right-inner {
	margin: 1em 0 1em 2em;
}



#left {
	float: left;
	width: 240px;
}
#left-inner {
	margin: 1em 2em 1em 0;
}


#left .box-tl, #left .box-tr, #left .box-bl, #left .box-br,
#right .box-tl, #right .box-tr, #right .box-bl, #right .box-br {
	width: 216px;
}
#left .box-content, #right .box-content {
	width: 192px;
}



/* *** HOME PRODUITS *********************************************************** */

#homeprods {
	width: 600px;
	margin: 0 auto 1em auto;
}
#homeprods h3 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.1em 0;
	color: #706B60;
	font-size: 2.2em;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #C0CBC0;
}
#homeprods .item-left {
	float: left;
	margin: 0 0 0 1.5em;
}
#homeprods .item-right {
	float: right;
	margin: 0 1.5em 0 0;
}
#homeprods .item a {
	display: block;
	float: left;
	width: 255px;
	height: 215px;
	text-decoration: none;
}







/* *** HOME ACTUS *********************************************************** */

#homeactus {
	float: left;
	width: 290px;
	margin: 1em 0 2em 1.5em;
	line-height: 1.3em;
}
#homeactus h3 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.1em 0;
	line-height: normal;
	color: #7B7569;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #C0CBC0;
}
#homeactus li {
	margin: 0 0 1em 0;	
}
#homeactus li h4 {
	margin: 0 0 0.2em 0;
	padding: 0 0 0 2.5em;
	height: 20px;
	line-height: 20px;
	font-size: 1.1em;
	color: #EF221F;
	background: url(../images/icon-velo.png) no-repeat 0 0;
}





/* *** HOME DEMO *********************************************************** */

#homedemo {
	float: right;
	width: 290px;
	margin: 1em 1.5em 2em 0;
	line-height: 1.3em;
}
#homedemo h3 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.1em 0;
	line-height: normal;
	color: #7B7569;
	font-size: 1.7em;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #C0CBC0;
}





/* *** RIGHT MODULES *********************************************************** */


.horaires {
	font-size: 1.2em;
	font-weight: bold;
}
.horaires h4 {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 2.2em;
	font-size: 1.4em;
	background: url(../images/icon-infos.png) no-repeat 0 0;
}



.distributeurs {
	font-size: 1.2em;
	color: #766F64;
}
.distributeurs a {
	color: #766F64;
	text-decoration: none;
}
.distributeurs a:hover {
	color: #766F64;
	text-decoration: underline;
}



.photos .box-content {
	background: url(../images/icon-photos.png) no-repeat 5px 0;
}
.photos h4 {
	margin: 0 0 0.4em 4.5em;
	font-size: 1.2em;
	color: #666;
	text-transform: none;
}



.videos {
	font-size: 0.95em;
}
.videos h4 {
	height: 30px;
	line-height: 30px;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 2.5em;
	font-size: 1.4em;
	background: url(../images/icon-videos.png) no-repeat 0 0;
}
.videos li {
	padding: 0.3em 0;
}


.galeries .head {
	background: url(../images/border-grey-heading.png) repeat-x 0 0;
}
.galeries h4 {
	height: 30px;
	line-height: 30px;
	padding: 0.2em 0;
	margin: 0;
	font-size: 1.2em;
	color: #6B665B;
	text-align: center;
}
.galeries .content {
	position: relative;
}

.galeries .diapo {
	width: 194px;
	height: 185px;
	padding: 15px 0 0 0;
	background: url(../images/diapo-bkg.png) no-repeat 0 0;
}
.galeries .diapo .mask {
	width: 165px;
	height: 155px;
	overflow: hidden;
	margin: 0 auto;
}

.galeries .label {
	height: 30px;
	line-height: 34px;
	font-size: 11px;
	text-align: center;
}
.galeries a.nav-prev, .galeries a.nav-next {
	width: 8px;
	height: 14px;
	margin: 10px auto 0 auto;
	text-indent: -2000px;
}
.galeries a.nav-prev {
	float: left;
	position: absolute;
	left: 0;
	background: url(../images/nav-prev.png) no-repeat 0 0;
}
.galeries a.nav-next {
	float: right;
	position: absolute;
	right: 0;
	background: url(../images/nav-next.png) no-repeat 0 0;
}







/* *** FOOTER *********************************************************** */

#footer {
	background: url(../images/footer-bkg.gif) repeat-x 0 0;
	text-align: center;
	color: #FFF;
}
#footer a, #footer a:hover {
	color: #FFF;
}
#footermenu {
	height: 27px;
	line-height: 27px;
}
#footermenu li {
	background: url(../images/footer_info_separator.gif) no-repeat 100% 50%;
	display:inline;
	padding-left:4px;
	padding-right:8px;
}
#footermenu li.last {
	background:transparent none repeat scroll 0 0;
	padding-right:0;
}




#copyright {
	padding: 1em 0;
	color: #ADAAA3;
}
#copyright a, #copyright a:hover {
	color: #ADAAA3;
}








/* *** SMALL TEXT, DATES */

.createdate, .modifydate, .small   {
	font-size: 0.95em;
	color: #999;
}




/* **** PAGE CONTENT *********************************************************** */
