Вернуться   Дизайнерский форум » ВЕБ-ПРОГРАММИРОВАНИЕ » HTML, CSS, JavaScript

Помогите пройти валидатор по CSS

Обсуждение темы Помогите пройти валидатор по CSS в разделе HTML, CSS, JavaScript, часть категории ВЕБ-ПРОГРАММИРОВАНИЕ; Подскажите как исправить ошибку,сылка на валидатор http://jigsaw.w3.org/css-validator/v...ning=1&lang=ru Код документа Код HTML: @import "/modules/jqueryslider/css/jqueryslider.css"; /* PrestaShop CSS 18 used colors : 10 grays: #6ab500 ...


Закрытая тема
 
Опции темы
Старый 31.10.2010, 01:43   #1
Подскажите как исправить ошибку,сылка на валидатор http://jigsaw.w3.org/css-validator/v...ning=1&lang=ru
Код документа
Код HTML:
@import "/modules/jqueryslider/css/jqueryslider.css";
/*
	PrestaShop CSS
	18 used colors : 
	10 grays: #6ab500 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #171717
	4 fushias: #f6dce8 #80bc00 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #b2c418
*/

* {
	padding:0;
	margin:0;
}

body {
	
background:#1D1D1D url(../img/glare.png) no-repeat scroll 0 0;
color:#999663;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
margin-top:7px;
text-align:center;
}

 
ul.menu {
position : absolute;
list-style-type:none;
display:block;
height:34px;
width : 985px;
font-size:14px;
background:url(../img/bg.png) no-repeat;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin-top:220px;
padding-left:30px;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#9b9a9a;
font-style: italic ;
font-weight: bold;
text-decoration:none;
text-decoration:none;
background : url(../img/separate.png) no-repeat right;
font-family:Arial;
height:28px;
padding:10px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(../img/bg.png) repeat-x top left;
background : url(../img/separate.png) no-repeat right;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{
background-color:#DC4900;
}
ul.menu.orange li a:hover, .menu.orange li.current {
background-color:#F46D00;
}




/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

/* Footer links */
ul.footer_links{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
}
ul.footer_links li{
	float:left;
	margin-right:2em;
	height:2em;
}
ul.footer_links li a{ text-decoration:none; }
ul.footer_links li a:hover{ color:#ccc; }
ul.footer_links li img.icon{ vertical-align:-2px; }

/* transfert effect*/
.transferProduct { border: 2px solid #888; }

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }


/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.png');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#ccc;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.png');
	color:#7bae00;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.png');
	width:170px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.png');
	color:#7bae00;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }/* global style */
a {
	color:#008000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;

	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #ccc;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 29px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #6ab500;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

/* global layout */
#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;

background:#171717
 }

#header {
	position : absolute;
	height:227px;
	width: 1000px;
	text-align: left;
	background :transparent url('../img/header.png') no-repeat top left;
	padding : 5px;

}
#left_column, #center_column, #right_column {

	float:left;
}
#left_column {
display:none;
	clear:left;
	width:186px;
	background : transparent;
	padding-right: 5px;
	margin-top : 280px;
	margin-left : 7px;
	margin-right:20px;

}
#center_column {

width:786px;
	margin: 230px 0 30px 0;
}
#right_column {
	width: 186px;
	padding-left: 15px;
	margin-top : 250px;
	padding-right: 5px;
}

/* global RTE fields */

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6 {
	margin: 0.75em 0 0.3em 0;
	color: #6ab500;
}
div.rte h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3 {font-size: 16px;}
div.rte h4 {font-size: 14px;}
div.rte h5 {font-size: 12px;}
div.rte h6 {font-size:  8px;}

div.rte ol, div.rte ul {
	padding-left: 2em;
}

div.rte ul {
	list-style-type:square;
}

div.rte strong {
	font-weight:bold;
}

div.rte em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	border:1px #e5e6e7 solid;
	text-align:center;
}

div.rte th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url(../img/fond.jpg) repeat scroll left bottom;
	padding-bottom:6px;
	margin:0 auto 2em;

	width:541px;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: #171717;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #171717;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/commande.png');
	background-repeat: no-repeat;
	height:24px;
	color: #6ab500;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #6ab500;
	text-align: right;
	white-space: nowrap;
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 0px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 0px solid #d0d3d8;
	background: #171717;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #b2c418;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#ff0000!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#ccc!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#9B551D!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:#ccc!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 50px;
	background-image: url('../img/button-mini.gif');
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.gif');
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.gif'); }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }

/* generic style */
ul.bullet li, .block ul.bullet li {
	padding-left: 2em;
	
	list-style-type:none;
}

.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#9B551D; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	color: #ff0000;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #b2c418;
	background-color: #171717;
	color: #b2c418;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

/* warning */
.warning {
	color: #ccc;
	font-size: 1.2em;
	background-color: #171717;
	border: 1px dashed #9B551D;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
}
.warning_inline {
	color:#b2c418;
	font-weight:bold;
}

/* success */
.success {
	color: #b2c419;
	background-color: #d0d3d8;
	border: 0px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:#b2c419;
	font-weight:bold;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color:#888;
}
.breadcrumb .navigation-pipe {
	font-weight: bold;
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#b2c419;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination { margin: 1em 0; }
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #6ab500;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: #171717;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #171717;
}

form.pagination { text-align: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select { float:right; }
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{ float:right; }

/* product-sort.tpl */
form#productsSortForm p{
	height: 1em;
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size:1em; }

/* Header */
#header ul { list-style: none; }
#header form {
border: none;
margin-bottom: 0!important;
display: inline;
}
#header label {
margin: 0;
float: none;
}

/* block top currencies */
#header #currencies_block_top { /*devises*/
	position : absolute;
   margin: 70px 5px 0 800px;
   float: left; 
   color: #ccc;
}
#header #currencies_block_top ul {
   float: left;
   height: 1.5em;  
}
#header #currencies_block_top ul li {
   float:left;
  
}
#header #currencies_block_top ul li a {
   display:none;
   font-size:0.8em;
   background-color:#171717;
   border:#595a5e 1px solid;
   text-decoration:none;
   width: 1.6em;
   line-height: 1.5em;
   text-align: center;
   
}
#header #currencies_block_top ul li a:hover {

   background-color:#171717;
   border: #7C8187 1px solid;
   color: #ccc;
}
#header #currencies_block_top ul li.selected a {

   border: none;
   background-color: transparent;
   font-size: 1.1em;
   line-height: 1.2em;
   font-weight: bold;
   color: #ccc;
}
#header #currencies_block_top p {
display: none;
   clear: left;
}

/* block top languages */
#header #languages_block_top {
	margin: 16.4em 0.3em 0 950px;
	
	float: left;
}

#languages_block_top ul#first-languages {
	float: left;
	height: 1.5em;
	width: 8.6em;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

/* top links */
ul#header_links {
	position : absolute;
	margin: 125px 0px 0px 810px;
	padding-top : 4px;
	height : 40px;
	width : 190px;

	list-style-type: none;
	float: right;
}
#header_links li {
   float:left;
  
}
#header_links a {

   display: none;
   color: #ccc;
   padding-top: 20px;
   margin-left : 10px;
   text-align: center;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: top center;
   background-color: transparent;
}
#header_links #header_link_sitemap a {
   background-image: url('../img/icon/icone_plan.png');
}
#header_links #header_link_contact a {
   background-image: url('../img/icon/icone-contact.png');
}
#header_links #header_link_bookmark a {
   background-image: url('../img/icon/star.png');
}

/* block top search */
#header #search_block_top {
  display: none;
position : absolute;
height: 40px;
width: 320px;
padding : 215px 0 0 20px;
margin :0px 0 0 725px;


}
#header #search_block_top p { padding: 0px; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
float: left;
width: 0px;
height: 18px;

}
#search_query { width: 8.5em;  margin-top:0px; border:2px solid #000000; }




/* block left column "Quick search" */
#search_block_left input {
margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {

}
#search_button {
display: inline;
}


/* block top user information */
#header #header_user {
	position : absolute;

   width: 290px;
   text-align: left;
   float : left;
   margin :175px 0px 20px 660px;
   
}
#header_user p { color: #ccc; }
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0px; }
#header_user li {
   line-height: 3em;/*espace entre les lignes de texte*/
   white-space: nowrap;
   float : left;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; color: #000;}
#header_user #shopping_cart a, #header_user #your_account a {
   background-repeat: no-repeat;
   background-position: top left; /*position des icones*/
   padding: 3px 0 4px 26px;
   height: 20px;
   
   text-decoration: none;
}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.png'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../img/icon/my-account.png'); margin-left: 5px; }

/* Footer */
#footer {
	border-top: 1px solid #AFAFAF;
	padding: 0.5em 0;
	clear: both;
}
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #161411;
	padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}

/* Default block style */
div.block {
	margin-bottom: 20px;
	width: 191px;

}

#left_column div.block, #right_column div.block {
	padding-bottom: 10px;
	background: transparent url('../img/block_footer.png') no-repeat scroll center bottom;
}

div.block h4 {
	font-style: italic;
	text-align : left;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:2em;
height: 25px;
	line-height:2.0em;
	color: #ccc;
	
	background: transparent url('../img/block_header.png') no-repeat top left;
}
div.block h4 a { color: #ccc; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {

	padding:0.5em 0.7em 10pt;
	background: #171717 url('../img/fondcart.png');
	border-top: 1px solid #7c7c7c;
	
	min-height:20px;


		
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #808080;
	text-decoration: none;
}

/* block exclusive */
#_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_footer.png')  no-repeat scroll center bottom;
	padding-bottom: 10px;
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color:#ccc;
}
div.exclusive h4 a { color: #AFAFAF; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color:#ccc; }
div.exclusive .block_content {
	background: #171717 url('../img/fondcart2.png');
	border-top : 1px solid #595A5E;
}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { background: transparent url('../img/block_footer_myaccount.png') no-repeat bottom left; }
div.myaccount h4 { background: transparent url('../img/block_header_myaccount.png') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: #6b9d00; }
div.myaccount, div.myaccount a { color: #6ab500; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 15px 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color:#b2c419; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: #171717;
	border-top : 1px solid #595A5E;
}
.account_input {
	margin-left: 0px;
	width:15em;
}


/* block in the center column */
#center_column p { 
margin: 0.5em 0; 
padding-left:0.7em;}

#center_column div.block {

width:786px;

}
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 18px;
	color:#7e7e7e;
	text-align:center;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: both;
	margin-top: 0.2em;

}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	float: none;
	margin-right: 0.2em;
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}
.products_block dl {
border-top:1px dotted #939894;
clear:both;
padding:0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p {
	margin-top: 0.4em;
}
.products_block a.button_large {
	margin: 0.4em 0.4em 0 0.4em;
}
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
	margin-left:2px;
}

/* Special style for block products in center column */
#center_column div.block h4 {


background:transparent url(../img/block_header_large.png) no-repeat scroll left top;
color:#fff !important;
display:block;
height:32px;

}
.products_block li {
clear:left;
margin-top:0.2em;
}
.products_block li.item img {
margin-right:5px;
}
.products_block li.last_item {
border:medium none;
}
.products_block li img {

border:1px solid #545454;
float:left;
margin-right:0.2em;
vertical-align:top;
}
.products_block p img {
float:none;
margin:0 0 0 0.4em;
}
.products_block li h5 {
display:inline;
font-size:0.9em;
}
.products_block li p a {
font-size:0.8em;
font-weight:bold;
}
.products_block dl {
border-top:1px dotted #FFFFFF;
clear:both;
padding:0.2em 0.4em;
}
.products_block dl dt {
color:#595A5E;
margin-top:0.3em;
}
.products_block p {
margin-top:0.4em;
}
.products_block a.button_large {
margin:0.4em 0.4em 0;
}
.products_block ul.product_images li {
border:medium none;
clear:none;
float:left;
}
#center_column .products_block {
border:medium none;
}
#center_column .products_block { border: none; }
#center_column .products_block h4 {

line-height:2.3em;
}

#center_column .products_block ul li {

background:transparent url(../img/articles.png) no-repeat scroll center top;
border-bottom:5px solid #171717;
clear:none;
float:left;
height:210px;
margin-left:20px;
width:237px;;

}

#center_column .products_block .block_content {


background:#171717 none repeat scroll 0 0;
border-top:0 solid #E4E4E4;
padding:0;
}

#center_column .products_block p, #center_column .products_block h5 {
margin:0.5em 0.1em;

}
#center_column div.products_block h5 {
display:block;
width:235px;
}

#center_column div.products_block h5 a {
color:#939894;
font-size:1.1em;
font-weight:bold;
padding:25px;
}

#center_column div.products_block ul li p {
margin:0;
padding:0;
}
#center_column div.products_block p.product_desc {
color:#c3c3c3;
padding:0 0 18px 5px;
}
#center_column div.products_block a.product_image {
background-color:transparent;
display:block;
float:left;
height:109px;
width:109px;
}
#center_column div.products_block a.product_image img {
background-color:#171717;
float:right;
height:102px;
margin:11px 2px 2px;
width:98px;
}
#center_column div.products_block a.product_image img:hover {
background-color:#171717;
float:right;
height:102px;
margin:11px 2px 2px;
width:98px;}
.products_block a.product_image img {

}
.products_block a.product_image:hover img {
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
height:28px;
margin-left:0.6em;
margin-right:0.6em;

}
#center_column div.products_block ul li p.product_desc a {
font-weight:normal;
}
#center_column .products_block span.price {
color:#939894;
display:block;
float:right;
font-size:1.5em;
margin-right:11px;
padding:0.8em 0;
text-align:center;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
color:#ccc !important;
float:right;
font-weight:normal;
margin:0.4em 10px 0.4em 0.5em;
width:100px;
}
#center_column .products_block a.exclusive, #center_column .products_block span.exclusive {
background:transparent url(../img/panier.png) no-repeat scroll 0 0;
float:left;
height:30px;
line-height:2.5em;
margin:-1.8em 11.4em;
width:119px;
}


#center_column .products_block a.exclusive:hover, #center_column .products_block span.exclusive:hover {
background-position:left -30px;
}
#center_column .products_block a.button, #center_column .products_block span.exclusive {



float:right;
margin:0.8em;
width:80px;
}
#center_column .products_block a.button:hover {
color:#6eb500 !important;
}
#center_column .products_block.accessories_block .block_content {

background:transparent none repeat scroll 0 0;
}
#center_column div.products_block.accessories_block p.product_desc {
height:6.5em;
}
#center_column .products_block.accessories_block .block_content li {

background:transparent none repeat scroll 0 0;
}
#center_column .products_block.accessories_block .block_content li a.product_image {
border-right:0px solid #D0D3D8;
}
#center_column .products_block.accessories_block .block_content li.last_item a.product_image {
border:medium none;
}
/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:#fff!important;
	background-color:#b2c419;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#6ab500!important;}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	margin-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}
.blockspecials span {
	display: block;
}
.blockspecials p.product_image {
	margin-right: 0.3em;
	float: left;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

/* Block newsletter */
div#newsletter_block_left div.block_content { padding:1em 0; text-align:center; }
div#newsletter_block_left div.block_content p{ padding:0.3em 0; text-align:center; }
div#newsletter_block_left div.block_content input.button_mini{ margin:1em auto 0em auto;}

/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }

/* Block editorial */
.editorial_block { margin-bottom: 2em; }
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
	padding-left:5px; 
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:5px; }

/* Block advertising */
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center; }

/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories */
div#categories_block_left ul.tree { padding-left:0.5em; }
div#categories_block_left ul.dhtml{ display:none; }
div#categories_block_left ul.tree li {
	border:none;
	padding-left:25px;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:24px;
	margin-top:2px;
	margin-left: 0em;
}
div#categories_block_left ul.tree li ul li{
	padding-left:25px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:0;
	color:#000000;
}
div#categories_block_left ul.tree a:hover{
	text-decoration : none;
	color:#F2EE35;
}
div#categories_block_left ul.tree a.selected{
	color:#171717;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:7px;
	height:15px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/transparent.png'); }
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/transparent.png'); }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	width: 479px;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left; }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left; }
ul#order_step {
	background-color: #171717;
}

/* Special style for block cart*/
#cart_block .block_content { padding: 0.6em; }
#cart_block h4 { background-image: url('../img/block_header_exclusive_cart.png'); }
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_#171717.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_#171717.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 175px;
}

#cart_block dd {
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: #fff;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: #fff;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers, #cart_block p#cart-prices {
border-top:1px dotted #939894;
clear:both;
height:3em;
margin-bottom:0.5em;
margin-top:0.5em;
padding-top:0.4em;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:#171717;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons {
	height: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	width: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #login_form a{ color:#6ab500; }
#authentication #create-account_form { margin-right: 7px; }
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

/* my-account.tpl */
#my-account #center_column ul { margin: 2em 0; }
#my-account #center_column li { list-style: none; margin: 2em 1.5em; }

/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}

/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
	margin-right:10px;
} 	  
div.cat_desc { margin:0 1em; }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

/* product-list.tpl */
ul#product_list{ margin-top:0em; list-style-type:none; }
ul#product_list li {
	/*background: black url('../img/block_category_item_bg.jpg') repeat-x;*/
	border-top: solid 1px #313030;
	padding: 6px;
	min-height:30px;
	clear:both;
	margin-bottom:0.3em;
}
ul#product_list li a {
	text-decoration:none;
	color:#ccc;
}

ul#product_list a.product_img_link{
	border: solid 0px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#product_list li h3{ margin:0.4em 0; }
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:#171717;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ font-size:0.92em; }
ul#product_list li div.center_block{
	float:left;
	width:200px;
}
ul#product_list li div.right_block{
	float:right;
	width: 333px;
	margin-left:1em;
	height:15px;
}
ul#product_list li .discount{
	color:#b2c418;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#b2c418;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 170%;
	margin-bottom: 0.2em;
	color:#b2c419;
	margin-left:30px;
}
.price_list{
margin-left:20px;
color:#b2c419;
font-weight:bold;
font-size:17px;
}
.availability_list{
display:block;
width:85px;
float:left;
}
.red{
color:#b2c419;
}
.green{
color:#b2c419;
}
ul#product_list li span.availability{
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top:0.5em; }
ul#product_list li div.add_cart{
width:120px;
height:10px;
float:right;
margin-bottom:2px;
}

/* shopping cart */
p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
}
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 2px solid #bdc2c9;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td { padding: 0.5em 0; }
td.cart_product a { margin: 0 0.6em; }
td.cart_product a img { border: 0px solid #d0d1d5; }
td.cart_product a:hover img { border: 1px solid #888; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_quantity {
	width: 5.5em;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

tr.cart_free_shipping {
	white-space: normal;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

#order #gift_div{ display:none; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{
	width: 50%;
}

/* history.tpl*/

#block-history { color:#6ab500; }
.color-myaccount{ color: #b2c419; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	color:#ccc;
}
#block-history table#order-list tbody {
	background: #171717;
}
#block-history table#order-list tbody tr td {
	background-color:#171717;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:2px #80bc00 solid;
	border-bottom:2px #80bc00 solid;
	padding:0.5em;
	background: #171717;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

/*  sitemap.tpl */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{ text-align:left; }
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}

/* product.tpl */
#primary_block #pb-right-column{
	width:310px;
	float:left;
}
#primary_block #image-block{
    border:#767676 solid 0px;height:300px;width:300px;

}
#primary_block #image-block img{

	border:#767676 solid 1px;
		
}
#primary_block #image-block img#bigpic{ cursor:pointer; }
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:2em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background:  url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	display:block;
	height:15px;
}
#primary_block #pb-left-column {
float:left;
margin-left:1.1em;
padding-top:1em;
width:413px;
}
#primary_block #short_description_block {



background:#424242 url(../img/product-buy-bg.jpg) repeat-x scroll left top;
border:1px solid #171717;
margin-bottom:1.5em;
padding:0.7em;
}
#primary_block #color_picker p {
margin:0 0 0.4em;
padding:0;
}
#primary_block #color_picker {



background:#424242 url(../img/product-buy-bg.jpg) repeat-x scroll left top;
border:1px solid #171717;
height:42px;
margin-bottom:1.5em;
padding:0.7em;
}
#primary_block a.color_pick {
border:1px solid #666666;
cursor:pointer;
float:left;
height:20px;
margin:0 0.5em 0 0;
width:20px;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}


#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { margin:0.9em auto 0 auto; }
#primary_block #short_description_content{ margin-bottom:0.5em; }
#primary_block form#buy_block {



background:#424242 url(../img/product-buy-bg.jpg) repeat-x scroll left top;
border:1px solid #171717;
color:#ccc;
font-size:1.1em;
padding:0.7em;
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#b2c418;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#b2c418;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	float:right;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{ height:2em; }

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#b2c418;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}

/* views block */
#views_block{
	margin:0pt auto;
	width:268px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width:250px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	background: #171717 url('../img/glare.png') repeat-x;
	border: solid 0px #d0d3d8;
	padding:0.6em;
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a{
	text-decoration:none;
	color:#6ab500;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3{ margin:0.4em 0; }
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo{
	border: solid 0px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{ font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:right;
	text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:1.7em;
	color:#b2c418;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{ margin-top: 4em; }

/* category.tpl */

#category img#categoryImage {
	
	width:100%;
	height:100%;
	border: 0px;
	background-color:#171717;
}

/* category.tpl */

/* adresses */
div.addresses {
	border: 1px solid #6b9d00;
	background:#171717;
	padding: 0.6em;
	position:relative;
	width:544px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:#171717;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #171717;
	color: #6ab500;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
ul.item li.address_title {  }
ul.alternate_item li.address_title {  }
li.address_name, li.address_update a, li.address_delete a { color: #6ab500; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position:inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888;
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important;
}

/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { background: transparent url('../img/title_bg.png') no-repeat top left; }
#conditions #center_column {
	width: 730px;
	text-align: justify;
}
#conditions #center_column ul, #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em;
}
#conditions #center_column ul { list-style-type: circle; }
#conditions #center_column li { padding-bottom: 0.5em; }
#conditions #center_column { line-height: 1.3em; }

/*  identity.tpl */
p#security_informations{
	font-size:0.85em;
	margin: 0 3em;
}

/* order step 3: PAYMENT */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #9B551D;
	background-color: #e5e6e7;
	color: #6ab500;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:730px; }
	* {background:none!important;background-color:#171717!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */


#view_wishlist #featured-products_block_center ul div li a img {
	float: left;

	
}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left;
	
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 35px;
	float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-bottom:5px;
} 
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left:55px;
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border:0;
}

/* module productcomments */
.rating {
 cursor: pointer;
 margin: 2em;
 clear: both;
 display: block;
}
.rating:after {
 content: '.';
 display: block;
 height: 0;
 width: 0;
 clear: both;
 visibility: hidden;
}
.cancel,
.star {
 float: left;
 width: 17px;
 height: 15px;
 overflow: hidden;
 text-indent: -999em;
 cursor: pointer;
}
.cancel,
.cancel a {background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;
 border: 1px solid #FF0000; 

}
div.star_on a{
 background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover{
 background-position: 0 -32px;

}

.confirmation { color: green; font-weight: bold; };
 
Старый 31.10.2010, 01:43
Ссылки
Старый 31.10.2010, 02:08   #2
Цитата: Артемий Лебедев

Цитата:
Лучший валидатор — это браузер
Зачем тебе эта гребаная валидация ? Она за тебя решает, как тебе сайт делать ? Если отображается все хорошо, то тогда забудь про валидатор.
 
Старый 31.10.2010, 02:33   #3
Цитата:
Сообщение от iljamiskov Посмотреть сообщение
Цитата: Артемий Лебедев



Зачем тебе эта гребаная валидация ? Она за тебя решает, как тебе сайт делать ? Если отображается все хорошо, то тогда забудь про валидатор.
Там всего одна ошибка а не сотня критических почему бы не исправить,вопрос актуален кто знает как исправить прошу помочь!
 
Старый 31.10.2010, 06:12   #4
У вас в последней строчке в файле стоит точка с запятой, как раз самом конце строки.

Код:
.confirmation { color: green; font-weight: bold; };
Кстати после последнего значения я не рекомендую ставить точку с запятой. Конечно один символ — это не беда, но когда таких строк аж целых две с половиной тысячи, то это может сэкономить немного веса чтоли.

Все-же прислушайтесь. Валидатор — не нужная вещь.

Последний раз редактировалось iljamiskov; 31.10.2010 в 06:15..
 
Этот пользователь сказал спасибо iljamiskov за это полезное сообщение:
witek (31.10.2010)
Старый 31.10.2010, 13:57   #5
Цитата:
Сообщение от iljamiskov Посмотреть сообщение
У вас в последней строчке в файле стоит точка с запятой, как раз самом конце строки.

Код:
.confirmation { color: green; font-weight: bold; };
Кстати после последнего значения я не рекомендую ставить точку с запятой. Конечно один символ — это не беда, но когда таких строк аж целых две с половиной тысячи, то это может сэкономить немного веса чтоли.

Все-же прислушайтесь. Валидатор — не нужная вещь.
Благодарю валидация пройдена.Не знаю может вы и правы но мнений в инете очень много,одни говорят она бесполезна другие что нет вроде бы слышал мнение,что валидная страница у робота на выдаче имеет приоритет.
 
Старый 31.10.2010, 15:37   #6
Плохо, что валидатор многим приелся и клиенты порой требуют валидной верстки, что вызывает лишнюю головную боль у верстальщика. А использование его для себя это бессмысленно.
 
Старый 31.10.2010, 16:19   #7
Цитата:
Сообщение от iljamiskov Посмотреть сообщение
Все-же прислушайтесь. Валидатор — не нужная вещь.
Плохой совет.

Добавлено через 23 секунды

Цитата:
Сообщение от iljamiskov Посмотреть сообщение
что вызывает лишнюю головную боль у верстальщика
У криворукого.

Последний раз редактировалось kost; 31.10.2010 в 16:19.. Причина: Добавлено сообщение
 
Старый 31.10.2010, 17:45   #8
Еще один...
 
Старый 31.10.2010, 21:22   #9
Ребят вот ещё 5 ошибок по другому файлу CSS,подскажите что не так,сылка на валидатор http://jigsaw.w3.org/css-validator/v...ning=1&lang=ru
Код документа
Цитата:
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/
#TB_window h2 {
text-align:center;
padding-bottom: 25px;
display: block;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;

}

* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}

#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}

#TB_title{
background-color:#e8e8e8;
height:27px;
}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;


height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
margin-bottom:1px;
}

*+html #TB_window { /* ie7 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
 
Старый 01.11.2010, 21:38   #10
Цитата:
Сообщение от iljamiskov Посмотреть сообщение
Еще один...
Сам еще один.

Валидный код помогает легче находить ошибки.
 
Старый 01.11.2010, 21:38
Закрытая тема




Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Нужен валидатор... anton HTML, CSS, JavaScript 3 10.11.2005 17:41


Текущее время: 03:57. Часовой пояс GMT +4.

Реклама на форуме Условия размещения рекламы
Биржа ссылок Заработай на сайте!
Дизайнерский форум