.annonce_detail_titre {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.42em;
	color: #000000;
	width: 150px;
}
.annonce_detail {
	font-size: 11px;
	line-height: 1.42em;
	color: #000000;
}

.big_photo_sel {
	border:#d0d1d5 solid 1px; padding: 2px 2px 2px 2px; 
}

.image_selected {
    border:2px solid red;
}

.titre {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #3e5337;
	background: transparent url('images/title_bg.gif') no-repeat top ;
	height: 21px;
}

.titre_annonce_vocale {
	color: #4fa600;
}

.annonce_stat_titre {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.42em;
	color: #000000;
	width: 150px;

}

.annonce_stat {
	font-size: 11px;
	line-height: 1.42em;
	color: #000000;
	width: 150px;

}

/* 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:black!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:white!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:#488c40!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:white!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: 30px;
	background-image: url('images/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('images/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('images/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('images/button-large.gif');
}

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


/* product-list.tpl */
ul#product_list{ margin-top:2em; list-style-type:none; }
ul#product_list li {
	background: #f1f1f1 url('images/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #f1f1f1;
	padding: 6px;
	clear:both;
	margin-bottom:0.3em;
}
ul#product_list li a{ text-decoration:none; color:#3e5337; }
ul#product_list a.product_img_link{
	border: solid 1px #f1f1f1;
	float:left;
	margin-right:0.6em;
}
ul#product_list li h3{ margin:0.4em 0; }
ul#product_list li .new{
	background:transparent url(images/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	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:74%;
}
ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:1.5em;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	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;
}
ul#product_list li span.availability{
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top:0.5em; }




/*Source from Public/Common/Styles/layout.css*/
/* LAYOUT Style Sheet (layout.css) Defines the main layout of the site and sets the styling for global sections like header, bottom and the marginal area. Last changed date: $Date: 2007-01-25 20:16:46 +0100 (Do, 25 Jan 2007) $ Revision: $Rev: 183 $ */ /* Reset some Default-Browser-Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img, button {
    border: 0;
}
ol, ul {
    list-style: none;
}
/* General */
body {
    text-align: center;
}
/* Site Sections */
#header {
    /* normal background: */
	background:url(images/header_gradient.png) center top repeat-x;
    /* xmas background background:url(images/header_gradient_xmass.png) center top repeat-x; */
	width: 100%;
    margin: 0 0 2px 0; /* margin to content */
	float: left;
}
#header ul {
    /* overwrites default settings from typography.css */ 
	padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1;
    list-style: none;
}
#group-top {
    position: relative;
    width: 900px;
    /* ensures min-width of 900px for whole page */
	height: 72px;
    margin: 0 auto;
    text-align: left;
}
#logo {
    position:absolute;
    left:35px;
    top:0;
    width:200px;
    height:72px;
    background:url(images/logo_site_av.png) no-repeat 0 0;
}
#search-form input {
    width:156px;
    color:#493829;
    margin:0 4px 0 0;
    height:14px;
    padding:2px 4px;
    ;
    float:left;
}
#search-form label {
    margin:0;
}
* html #search-form input {
    height:16px;
}
*+html #search-form input {
    height:16px;
}
#search-form select {
    width:100px;
    float:left;
}
#search-form .searchButton {
	height:20px;
	line-height:20px;
	border:none;
	float:left;
	margin-left:4px;
	cursor:pointer;
}
#search-form a#searchRegular {
	text-indent:-1000px;
	background:url(images/go-button.png) no-repeat;
	width:24px;
}
#search-form a#searchLucky {
	background:url(images/button_pageNavigation.gif) no-repeat right top;
}
#search-form a#searchLucky a {
	display: block;
	background:url(images/button_pageNavigation.gif) no-repeat;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	font-size: 11px;
	font-weight: bold;
	color: #716761;
}
#search-form input.go-button,
#search-form a.go-button {
    background:url(images/go-button.png) no-repeat 0 0;
    width:24px;
    height:20px;
    border:none;
    float:left;
    margin-left:4px;
    cursor:pointer;
    text-indent:-1000px;
}
#search-form label {
    float:left;
    padding:2px 4px 2px 2px;
}
#logo img {
    border:none;
}
#xmass-header {
    display:block;
    height:52px;
    left:216px;
    position:absolute;
    top:10px;
    width:150px;
}
#xmass-header img {
    border:none;
}
#header ul#small-navi {
    position: absolute;
    right: 34px;
    top: 8px;
    list-style: none;
    padding-left:16px;
    padding-right:16px;
}
#small-navi li {
    padding: 6px 0.9em 6px 0;
    margin-right: 1em;
    background: url(images/small-links-border-right.png) no-repeat right 7px;
    float: left;
    font-size: 1.1em;
    color: #493829;
    height:16px;
}
#small-navi li.last {
    margin: 0;
    background:none;
}
#small-navi li a.cart {
    /* cart-icon */ padding: 3px 0 3px 22px;
    background-position: 0 45%;
}
#small-navi li a.help-link {
    /* help-icon */ padding: 5px 28px 5px 0;
    background: url(images/help.png) no-repeat right 2px;
}
#small-navi li a:link,
#small-navi li a:active,
#small-navi li a:visited {
    color:#493829;
}
#small-navi li a:hover {
    color:#8f7c6d;
}
#mini-baskt {
    width:143px;
    height:45px;
    top:10px;
    right:37px;
    position:absolute;
    padding:8px 0 0 37px;
}
.basket-inactive {
    color:#9e948d;
    background:url(images/basket-empty-bg.png) no-repeat;
}
.basket-active {
    color:#ffffff;
    background:url(images/basket-not-empty-bg.png) no-repeat;
}
.basket-active a:link, .basket-active a:active, .basket-active a:visited {
    color:#ffffff;
    cursor:pointer;
}
.basket-active a:hover {
    text-decoration:underline;
    color:#ffffff;
}
.basket-inactive a:link, .basket-inactive a:active, .basket-inactive a:visited, .basket-inactive a:hover {
    text-decoration:none;
    color:#9e948d;
    cursor:text;
}
#mini-baskt p {
    font-weight:bold;
    margin:0;
    line-height:13px;
}
#mini-baskt p.incl {
    font-size:0.9em;
    font-weight:normal;
}
#navi-level-1 {
    position: absolute;
    right: 34px;
    top: 47px;
    height: 26px;
}
#navi-level-1 li {
    float: left;
    margin-right:4px;
}
#navi-level-1 li.first {
    background-position: left 50%;
}
#navi-level-1 li.last {
    background-position: right 50%;
}
#navi-level-1 li.current {
    background-image: url(images/navi-level-1_background_current.png);
    border-bottom:1px solid #958B84;
}
#navi-level-1 a {
    display: block;
    float:left;
    font-size: 1.3em;
    line-height: 12px;
    background: url(images/navi-1-tab-inactive.png) no-repeat left 0;
    color: #66574b;
    font-weight:bold;
    cursor:pointer;
}
#navi-level-1 a span {
    background: url(images/navi-1-tab-inactive-right.png) no-repeat right 0;
    padding: 6px 9px;
    float:left;
}
#navi-level-1 a.your-spreadshirt span {
    background: url(images/navi-1-tab-inactive-right-myspread.png) no-repeat right 0;
    padding: 6px 24px 6px 9px;
}
#navi-level-2 ul li.designer-icon a:link, #navi-level-2 ul li.designer-icon a:active, #navi-level-2 ul li.designer-icon a:visited {
    background: url(images/designer-icon.gif) no-repeat 4px 0;
    padding-left:28px;
}
#navi-level-2 ul li.designer-icon {
    background: url(images/navi-level-2-ul-li-border.png) no-repeat right top;
}
#navi-level-2 ul li.designer-icon a:hover, #navi-level-2 ul li.designer-icon-current a:link, #navi-level-2 ul li.designer-icon-current a:active, #navi-level-2 ul li.designer-icon-current a:visited, #navi-level-2 ul li.designer-icon-current a:hover {
    color:#4d3c2e;
    background: url(images/designer-icon-hover.gif) no-repeat 0 0;
    padding-left:28px;
}
#navi-level-2 ul li.gifts-icon a:link,
#navi-level-2 ul li.gifts-icon a:active,
#navi-level-2 ul li.gifts-icon a:visited {
    background: url(images/gifts-icon.gif) no-repeat 4px 0;
    padding-left:28px;
}
#navi-level-2 ul li.gifts-icon {
    background: url(images/navi-level-2-ul-li-border.png) no-repeat right top;
}
#navi-level-2 ul li.gifts-icon a:hover,
#navi-level-2 ul li.gifts-icon-current a:link,
#navi-level-2 ul li.gifts-icon-current a:active,
#navi-level-2 ul li.gifts-icon-current a:visited,
#navi-level-2 ul li.gifts-icon-current a:hover {
    color:#4d3c2e;
    background: url(images/gifts-icon-hover.gif) no-repeat 0 0;
    padding-left:28px;
}
#navi-level-2 ul li.gifts-icon-com a:link,
#navi-level-2 ul li.gifts-icon-com a:active,
#navi-level-2 ul li.gifts-icon-com a:visited {
    background: url(images/gifts-icon-com.gif) no-repeat 4px 0;
    padding-left:28px;
}
#navi-level-2 ul li.gifts-icon-com {
    background: url(images/navi-level-2-ul-li-border.png) no-repeat right top;
}
#navi-level-2 ul li.gifts-icon-com a:hover,
#navi-level-2 ul li.gifts-icon-com-current a:link,
#navi-level-2 ul li.gifts-icon-com-current a:active,
#navi-level-2 ul li.gifts-icon-com-current a:visited,
#navi-level-2 ul li.gifts-icon-com-current a:hover {
    color:#4d3c2e;
    background: url(images/gifts-icon-com-hover.gif) no-repeat 0 0;
    padding-left:28px;
}
/* hovers for navi level 2 */
#navi-level-1 li.current a,
#navi-level-1 a:hover {
    background: url(images/navi-1-tab-active.png) no-repeat left 0;
    color: #ffffff;
}
#navi-level-1 li.current a span,
#navi-level-1 a:hover span {
    background: url(images/navi-1-tab-active-right.png) no-repeat right 0;
}
#navi-level-1 li.current a.your-spreadshirt span,
#navi-level-1 a.your-spreadshirt:hover span {
    background: url(images/navi-1-tab-active-right-myspread.png) no-repeat right 0;
}
#navi-level-2 {
    overflow: visible;
    background: #cac2be url(images/navi-level-2_gradient.png?Sputnik) repeat-x 0 0;
}
#navi-level-2 ul {
    position: relative;
    overflow: visible;
    width: 823px;
    padding-left: 1px;
    margin: 0 auto;
    background: url(images/navi-level-2-ul-bg.png) no-repeat 0 0;
    padding:0 0 0 5px;
}
#navi-level-2 ul#top-navi-list {
    height:24px;
}
#navi-level-2 ul.list-category, #navi-level-2 ul.list-theme {
    background:none;
}
#navi-level-2 li {
    float: left;
    position:relative;
}
#navi-level-2 li.search {
    width: 10px;
}
#navi-level-2 li.search form {
    position: absolute;
    right: 0;
    top: 4px;
    width: 140px;
    height: 20px;
    text-align: left;
    background: url(images/search_background.png) no-repeat top left;
}
#navi-level-2 li.search form div {
    float: left;
}
#navi-level-2 li.search form div#submit {
    width: 20px;
    height: 20px;
    float: right;
}
#navi-level-2 li.search form input {
    width: 110px;
    height: 16px;
    padding: 0;
    margin: 1px 0 0 6px;
    border: 0px solid #FFF;
    font-size: 1.1em;
    line-height: 16px;
}
#navi-level-2 li.search form button {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -999em;
    /* hide button text */ background: url(images/search_magnifier.png) no-repeat left top;
    cursor: pointer;
}
#navi-level-2 a {
    display: block;
    padding: 6px 8px 7px 8px;
    font-size: 1.1em;
    line-height: 1;
    background: url(images/navi-level-2-ul-li-border.png) no-repeat right 0;
    color: #FFF;
    font-weight:bold;
    z-index:5;
}
#navi-level-2 a:hover {
    color: #B9F4FF;
}
#navi-level-2 li a.menu-parent-active:link,
#navi-level-2 li a.menu-parent-active:visited,
#navi-level-2 li a.menu-parent-active:active,
#navi-level-2 li a.menu-parent-active:hover,
#navi-level-2 li a:hover,
#navi-level-2 li.current a {
    color:#4d3c2e;
    background: url(images/navi-level-2_bg_current.png) no-repeat top right;
}
#navi-level-3 {
    overflow: hidden;
    text-align: center;
    width:828px;
    margin:0 auto;
}
#search-form {
    padding:2px 0 2px 10px;
    width:818px;
    overflow: hidden;
    text-align: center;
    margin:1px auto 0 auto;
    border-bottom:1px solid #dedddb;
    background:#f2f2f2;
}
#search-form form {
    width:800px;
    height:21px;
}
#navi-level-3 ul {
    width: 824px;
    float:left;
    background:#f2f2f2 url(images/1px.gif) repeat-x scroll 0 26px;
    overflow:hidden;
    height:27px;
    margin:1px 0 0 0;
    padding-left:4px;
}
#navi-level-3 li {
    float: left;
}
#navi-level-3 li.current {
    background: #FFF;
}
#navi-level-3 li.current a {
    color: #085e7f;
    border-bottom:1px solid #fff;
    border-left:1px solid #e0dcd9;
    border-right:1px solid #e0dcd9;
    border-top:1px solid #e0dcd9;
    padding: 6px 8px 8px 8px;
}
#navi-level-3 a:link,
#navi-level-3 a:active,
#navi-level-3 a:visited {
    color:#493829;
    display: block;
    padding: 7px 8px 8px 8px;
    font-size: 1.1em;
    line-height: 1;
    color: #493829;
    border-bottom:1px solid #e0dcd9;
}
#navi-level-3 a:hover {
    color: #085e7f;
}

#navi-level-4 {
	font-size: 1.1em;
}

#www-content {
    width: 830px;
    margin: 0 auto;
    padding-top: 12px;
    clear: both;
}
.section,
.section-low-bottom {
    float: left;
    width: auto;
    padding-left: 36px;
    margin-bottom: 18px;
}
.section .section {
    padding-left:0;
}
.section-low-bottom {
    margin-bottom: 6px;
}
.section-group {
    /* can be added to floating sections to fix a bug in IE */ clear: both;
}
div.double {
    display: block;
    margin-right: -36px;
    width: 432px;
    float: left;
}
div.rows-last {
    margin-right: 0;
}
.small-col-box,
.single-col-box,
.single-and-a-half-col-box,
.double-col-box,
.triple-col-box,
.full-width-box,
.two-thirds-box,
.half-of-two-thirds-box {
    position: relative;
    float: left;
    display: inline;
    margin-right: 36px;
    overflow: hidden;
    padding-bottom: 8px;
    background:url(images/dotted-bottom-line.png) center bottom repeat-x;
}




	fieldset {
		margin-bottom: 0.75em;
		display: block;
		overflow: hidden;
	}

	input,
	textarea,
	select,
	button {
		font-family: "Trebuchet MS", sans-serif; /* for Mozilla Browser */
		font-size: 1.1em;
	}



	p label,
	li label,
	table label,
	dl label,
	p input,
	li input,
	dl input,
	p textarea,
	li textarea,
	p select,
	li select,
	table select,
	p button,
	li button,
	table button,
	table input,
	table textarea,
	table p {
		font-size: 1em;
	}

	input,
	select,
	textarea {
		height: 1.5em;
		border: 1px solid #CAC3BF;
		padding: 0 4px;
		color: #222;
	}
	
	input#file,
	input.file-upload {
		height: auto;
	}

	input:hover,
	input:focus,
	input:active,
	select:hover,
	select:focus,
	textarea:hover,
	textarea:focus {
		border-color: #9E948D;
	}

	input.checkbox,
	input.radio {
		height: auto;
		width: auto; /* added 03-05 */
		padding: 0;
		border: none;
		line-height: 0;
		vertical-align: middle;
	}

	textarea {
		display: block;
		height: auto;
		overflow: auto;
	}

	/* added 03-05 */
	textarea.code {
		font-family: Consolas, "Courier New", Courier, fixed;
	}

	select {
		padding: 0;
		height: auto;
	}

	p select {
		margin: 0 6px 0 6px;
	}

#ibox_wrapper * p select {
  margin: 0 0 0 6px;
 }


/* Floating */

.clear {
	clear: both;
}


#ibox_wrapper  *.left,
#www-content *.left {
	float: left;
}

#ibox_wrapper  *.right,
#www-content *.right {
	float: right;
}


#www-content .float-left-big,
#ibox_wrapper .float-left-big { /* for objects (images etc) > 130 px width */
	float: left;
	margin: 0 36px 0.7em 0;
}

#www-content .float-right-big,
#ibox_wrapper .float-right-big { /* for objects (images etc) > 130 px width */
	float: right;
	margin: 0 0 0.7em 36px;
}

#www-content .float-left-medium,
#ibox_wrapper .float-left-medium { /* for objects (images etc) <= 130 px width */
	float: left;
	margin: 0 24px 0.5em 0;
}


#www-content .float-right-medium,
#ibox_wrapper .float-right-medium { /* for objects (images etc) <= 130 px width */
	float: right;
	margin: 0 0 0.5em 24px;
}

#www-content .float-left-small,
#ibox_wrapper .float-left-small { /* for objects (images etc) <= 42 px width */
	float: left;
	margin: 0 12px 0.5em 0;
}

	#www-content .only-rounded .float-left-small {
		margin: 5px 12px 5px 0;
	}

#www-content .float-right-small,
#ibox_wrapper .float-right-small { /* for objects (images etc) <= 42 px width */
	float: right;
	margin: 0 0 0.5em 12px;
}


	.dashed-border-bottom {
	padding:10px 10px 10px 10px;
		background:#f2f2f2 url(images/dotted-bottom-line.png) repeat-x center bottom;
	}

	.dashed-border-top {
		background:#f2f2f2 url(images/dotted-bottom-line.png) repeat-x center top;
	}





		#marketplace-product-images {
			position: relative;
			z-index: 1000;
			float:left;
			background:url(images/loading_ani_white_bg.gif) no-repeat 0 0;
		}

		#marketplace-product-images ul.thumbimg-list li {
			display:inline;
			float:left;
			margin:0 8px 16px 0;
			background:url(images/thumb-bg.gif) no-repeat 0 0;
			width:62px;
			height:62px;
			border:1px solid #e7e6e4;
		}


			#marketplace-product-images ul.thumbimg-list {
				clear:both;
				width:288px;
			}


			#marketplace-product-images ul.thumbimg-list li.current-selected-thumb {
				border:1px solid #cac3bf;
			}















/* General */

body {
	font-family: "Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color: #222;
	background: #FFF;
}


h2 {
	display: block;
/*	margin-bottom: 1.1em;*/
	margin-bottom: 0.67em;
	font-size: 1.5em;
	font-weight: bold;
	color: #00A0E2;
	line-height:1.2em;
}

p {
	margin-bottom: 0.5em;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5em;
}

table {
	width: 100%;
	text-align: left;
	//line-height: 1.42em;
}
	

	table td {
		padding: 6px 6px 6px 6px;
		vertical-align: top;
		border-width: 1px;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	/* table td ici */
	
/* Links */

a:link, 
a:visited { 
	text-decoration:none;
	color: #0060A1;
}

a:focus, 
a:hover,  
a:active { 
	text-decoration:none;
	color: #00A0E2; 
}


