/* PrestaShop */

/*
** Default css style
*/
@import url('default_style.css');

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #555;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#header {
	width: 798px;
	margin: 0 auto 0 auto;
}

#header_bg {
	width: 483px;
	height: 13px;
	margin: 10px 0 20px 0;
	background: url(../img/bg-bullets2.gif) repeat-x;
}

#navigation {
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	font-family: "Gill Sans MT", sans-serif;	
}

#cart {
	float: right;
	margin-top: 22px;
	text-align: right;
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}

#footer {
 	clear: both;
	width: 798px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footer_bg {
	width: 794px;
	height: 13px;
	margin: 20px 0 15px 0;
	background: url(../img/bg-bullets2.gif) repeat-x;
}

#content {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 192px;
	float: left;
}

#center {
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
}

/*
 * Menu
 */
#menu {
	width: 182px;
	margin-top: 24px;
}

#menu ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 2px;
	text-transform: lowercase;
}

#menu li, #menu li a {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
}

#menu li a {
	line-height: 28px;
	padding-left: 20px;
	background-attachment: scroll;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#menu li a:hover {
	/*text-decoration: none;*/
	color: #FF0000;
}

#menu #menu_category_new {
	background-image: url(../img/menu_category_new.gif);
}
#menu #menu_category_0 {
	background-image: url(../img/menu_category_0.gif);
}
#menu #menu_category_1 {
	background-image: url(../img/menu_category_1.gif);
}
#menu #menu_category_2 {
	background-image: url(../img/menu_category_2.gif);
}
#menu #menu_category_3 {
	background-image: url(../img/menu_category_3.gif);
}
#menu #menu_category_4 {
	background-image: url(../img/menu_category_4.gif);
}
#menu #menu_category_5 {
	background-image: url(../img/menu_category_5.gif);
}
#menu #menu_category_6 {
	background-image: url(../img/menu_category_6.gif);
}

/*
 * Colors
 */
.orange {
	color: #FF3300;
}

.borange {
	border: 1px solid #FF3300;
}

.orange a {
	color: #FD3598;
}

.orange input, .orange select, .orange textarea {
	border: 1px solid #FD3598;
	width: 180px;
}

.pink {
	color: #FD3598;
}

.bpink {
	border: 1px solid #FD3598;
}

.pink a {
	color: #FF3300;
	font-size: 14px;
}

.pink input, .pink textarea, .pink select {
	border: 1px solid #FF3300;
	width: 180px;
}

.grey, .grey a {
	color: #555555;
}



#offer {
	width: 150px;
	margin-top: 15px;
	text-align: center;
}

#offer p {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}

.offer_text {
	font-family: Tahoma;
	color: #666;
}

#links {
	width: 570px;
	margin-top: 15px;
	float: right;
	font-size: 13px;
	color: #FF3300;
	font-weight: bold;
}

#links img {
	margin-right: 5px;
}

#flags {
	float: left;
}

#keywords {
	text-align: center;
	color: #999;
	font-size: 13px;
}
#keywords li {
	list-style-type: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.aright {
	text-align: right;
}

.tspace {
	margin-top: 5px;
}

.bspace {
	margin-bottom: 10px;
}

.middle {
	vertical-align: middle;
}

.header_link, .footer_link {
	margin-bottom: 10px;
	text-align: center;
	color: #FE3498;
	font-size: 14px;
	float: right;
}

.header_link {
	width: 88px;
}
.footer_link {
	width: 88px;
}
.header_link img, .footer_link img {
	margin-bottom: 10px;
}

/*
 * Product
 */
.home_product, .product {
	height: 140px;
	border: 1px solid #FE3498;
	text-align: center;
}
.home_product {
	padding: 5px 0px 5px 0px;
	width: 150px;
	float: right;
}

.product_cat, div.subcategory {
	width: 140px;
	padding: 3px;
	margin: 0px 0px 5px 2px;
	border: 1px solid #FE3498;
}

.product {
	width: 50px;
	height: 50px;
	padding: 3px;
	margin: 0px 0px 5px 2px;
	float: left;
}

tr.product {
	float: none;
}

.product a.product_link {
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

.search_query {
	border: 1px solid #FE0000;
	margin-left: 30px;
}

.search_text {
	color: #FF00CC;
}

/*
** Categories
*/
#categories_list {
	margin: auto;
}


/*
 * Products & Manufacturers page
 */
.one_category, .one_manufacturer {
	float: left;
	text-align: center;
	width: 180px;
	margin: 0px 0px 15px 10px;
	height: 160px;
}

/* Others */
span.navigation_end a {
	text-decoration: underline;
}

.featured_product {
	width: 140px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	float: left;
}

.featured_sep {
	width: 1px;
	height: 240px;
	border-right: 1px dashed #CCC;
	float: left;
}

.featured_line {
	width: 100%;
	height: 1px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

/*
** Conditions
*/

#big_ul {
	padding-left: 160px;
	font-size: 16px;
	list-style-type: square;
}

li.padded {
	padding: 0px 0px 10px 0px;
}

ul.padded {
	padding-top: 12px;
}

h3.cgv_subheader {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}


/*
** Order process
*/
h1.order_payment {
	padding-bottom: 2px;
	margin-bottom: 4px;
	text-transform: none;
/*	border-bottom: 1px solid #FD3598;*/
}

div.payment_n_validation {
	border: 1px solid #FD3598;
}

div.payment_n_validation h2, div.payment_n_validation h3 {
	margin-left: 4px;
}

div.payment_n_validation h3 {
	margin-top: 4px;
}

div.payment_n_validation form {
	display: inline;
}

div.payment_n_validation ul {
	float: right;
	padding: 0px;
	list-style-type: none;
}

div.payment_n_validation li {
	display: inline;
	margin: 0px 6px 0px 6px;
	padding: 1px 4px 2px 4px;
	border: 1px solid #FF3300;
}

div.payment_n_validation li a:hover {
	text-decoration: none;
}

div.grey_frame {
	margin: 4px;
	border: 1px solid grey;
}

div.payment_n_validation ul.bankwire {
	float: none;
	margin: 0px 6px 0px 6px;
	padding: 2px 4px 2px 4px;
}

div.payment_n_validation ul.bankwire li {
	display: block;
	border: none;
}
