html { /*overflow: -moz-scrollbars-vertical;*/
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form, ul {
	padding: 0;
	margin: 0;
	display: inline;
}
img {
	border: 0;
}
table, td, tr {
	margin: 0;
	padding: 0;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
#outer-wrapper {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
	background:transparent url("../image/pirate_shop_4.png") no-repeat;
}
#middle-wrapper, #inner-wrapper {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
#left-column, #center-column, #right-column {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
#middle-wrapper {
	right:25%;			/* width of the right column */
	background:transparent;		/* center column background colour */
}
#inner-wrapper {
	right:50%;			/* width of the middle column */
	background:transparent;	/* left column background colour */
}
#center-column {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	background: url("../image/bg_white_blur_left.png") repeat-y;
}
#left-column {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
#right-column {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	margin-top: 150px;
}
#header {
	width: 100%;
	background-color: #AF3641;
	height: 24px;
	display: none;
}
#language {
	margin: 6px 0;
}
#breadcrumbs {
	margin-top: 8px;
	text-align: left;
}
div.sort select {
	width: auto;
	display: inline;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.error, .warning {
	color: red;
	font-size: larger;
}
.success {
	font-weight: bold;
	color: green;
	font-size: larger;
}

/* /layout */

h1, h2, h2 p {
	font-variant: small-caps;
	font-size: 28px;
	margin: 0.5em 0 1em 0;
	font-family: "Times New Roman", times, serif;
	font-weight: normal;
	color: #AF3641;
	display: block;
	text-align: center;
	line-height: 0.9em;
}
h1.home-title {
	font-size: 48px;
	margin: 0;
}
h3 {
	text-align: left;
	margin: 50px 0 6px 50px;
}
th {
	padding-bottom: 6px;
	font-size: larger;
}
div.middle {
	text-align: center;
}
div.description, div.add-this {
	display: block;
	width: 80%;
	margin: auto;
	padding-bottom: 8px;
}
img.rating {
	margin: 0 12px;
}
#latest, #image, .product-list-item {
	border: solid 1px #ddd;
	padding: 4px; 
}
.product-list {
	margin: 20px 0 20px 0;
}
div.product-list-item {
	float: left; 
	margin: 6px; 
	text-align: center; 
}
div#reserved-for-cart {
	height: 670px;
}
.box{
	background-image: url(../image/alpha65white.png);
	border: #ccc solid 1px;
	padding: 3px;
	margin: 8px 0 8px 0;
	text-align: left;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.box img {
	margin-right: 8px;
	vertical-align: middle;
}
.box .top {
	margin: 4px 0 8px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #AF3641;
}
.box ul {
	list-style-image: url(../image/double-chevron.png);
	list-style-position: inside;
	text-align: left;
	line-height: 1.5em;
}
.box ul ul {
	list-style-image: url(../image/chevron.png);
}
ul#feeds {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
ul#feeds li a {
	display: block;
	width: 50px;
	height: 30px;
	background-image: url(../image/rss_icon_glass24.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding: 2px 0  0 32px;
}
.box a {
	font-weight: normal;
}
.box ul ul li {
	margin-left: 18px;
	font-size: smaller;
}
.checkout-confirm .indent a {
	padding-left: 15px;
	display: block;
	float: right;
	background: url(../image/double-chevron.png) no-repeat left center;
}

.box a.current {
	text-decoration: underline;
}
.box .indent {
	width: 80%; 
	margin: 20px auto; 
	font-weight: normal;
}
.box select {
	width: auto;
}
.alert {
	font-weight: bold;
	text-transform: uppercase;
	color: red;
	margin-left: 6px;
	font-size: larger;
}
.product-list-item .alert {
	font-size: smaller;
}
.description {
	text-align: justify;
	margin: 6px;
}
.pagination {
	clear:both;
	padding: 20px 0 20px 0;	
}
.sort {
	text-align: right;
}
table#twoCols td {
	width: 50%;
	vertical-align: top;
	padding: 15px;
}
table#twoCols td div {
	height: 100%;
}
table.cart, div.buttons table, div.login, div.create_account, div.account, div.address, div.shipping, div.payment, div.middle {
	margin: 0 auto;
	width: 100%;	
}
table.cart td {
	padding: 8px 0;
}
table.cart tr.following td {
	border-top: 1px solid #999;
	padding: 8px 0;
}
div.buttons table {
	margin: 20px auto;
}
div.buttons table td {
	vertical-align: middle;
}
div.middle input.text, select, textarea {
	border: 2px solid #bfbfbf;
	width: 100%;
}
a.bouton, a.bouton:hover
button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0;
    padding:0; 
    font-size:14px;
    font-weight: normal;
    color: #fff;
    white-space:nowrap; 
    text-align:center;
    text-decoration: none;
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none; 
} 
a.bouton-focus, 
button.bouton-focus {
    font-weight: bold;
    font-size:14px;
}
a.bouton span, 
button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 20px; 
    vertical-align:middle; 
    background:url(../image/bouton_rouge_gauche.png) left top no-repeat; 
}
a.bouton-focus span, 
button.bouton-focus span {
    background-image:url(../image/bouton_rouge_clair_gauche.png); 
    padding:0 0 0 20px; 
} 
a.bouton span span, 
button.bouton span span { 
    padding:0 20px 0 0; 
    background:url(../image/bouton_rouge_droite.png) right top no-repeat; 
} 
a.bouton-focus span span, 
button.bouton-focus span span {
    background-image:url(../image/bouton_rouge_clair_droite.png); 
    padding:0 20px 0 0; 
} 
a.bouton span span span, 
button.bouton span span span { 
    height:20px; 
    padding:0; 
    line-height:1.3; 
    background:url(../image/bouton_rouge_centre.png) left top repeat-x; 
}
a.bouton-focus span span span, 
button.bouton-focus span span span {
    background-image:url(../image/bouton_rouge_clair_centre.png); 
}
.currency {
	line-height: 2em;
}
.currency .label {
	width:80px;
	display:block;
	float: left;
}

 
* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}


