.productDetail {
background-color: #CBCCCB;
padding-left: 10px;
padding-right: 5px;
padding-top: 7px;
padding-bottom: 7px;
margin-top: 10px;
margin-bottom: 10px;
overflow: auto;
height: 1%;
}
.productDetail .blocdescription {
font-size: 16px;
font-weight: bold;
}
.productDetail table.blocprice {
border-collapse:collapse;
background-color: #f3f3f3;
border: 1px solid #f3f3f3;
margin-top:7px;
float: right;
}
.productDetail .postContent {
overflow: auto;
width: 100%;
}
.productDetail h2 {
font-size: 16px;
font-weight: bold;
}
.productDetail .blocprice td {
color: #7F0E00;
background-color: #FFFFFF;
border-top-color: #000000;
border-bottom-color: #000000;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0;
border-bottom-width: 0;
border-top-style: solid;
border-bottom-style: solid;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
}
.productDetail .blocprice td.price {
font-style: italic;
width: 100px;
}
.productDetail .blocprice td.optionname {
font-weight: bold;
font-size: 14px;
}
.productDetail .blocprice td.buynow {
font-size: 12px;
text-align: center;
vertical-align: middle;
}
.productDetail .blocprice td.buynow a {
width: 75px;
font-size: 12px;
padding-top: 3px;
text-decoration: none;
color: #FFF;
display: block;
text-align: center;
height: 17px;
line-height: 13px;
background-color: #6b6b6b;
vertical-align: middle;
}
.productDetail .blocprice td.buynow a:hover {
color: #424242;
background-color: #cccccc;
}
.productDetail .blocprice td.plusline {
height:1px;
background-color: #f3f3f3;
font-size: 1px;
}
.productDetail img.product {
padding-right:5px;
float:left;
}
product-text {
}
.productInList {
width:30%;
height:100%;
padding-bottom: 5px;
text-align:center;
}
.productInList .blocdescription {
font-size: 16px;
font-weight: bold;
}
.productInList .blocdescription a {
text-decoration: none;
}
.productInList .price {
font-style: italic;
margin-bottom:6px;
margin-top:3px;
}
.productInList .buynow a {
width: 75px;
font-size: 12px;
padding: 3px;
text-decoration: none;
color: #FF3300;
text-align: center;
height: 17px;
background-color: #FFCC66;
vertical-align: middle;
}
.productInList .buynow a:hover {
color: #FFCC66;
background-color: #FF3300;
}
td.productInList {
vertical-align:bottom;
}
.coordinatesForm {
padding-top: 10px;
}
table#payment {
width:80%;
margin-left: auto;
margin-right: auto;
}
table#payment td.col1 {
width:50%;
text-align:left;
font-size: 1.4em;
}
table#payment td.col2 {
width:50%;
text-align:center;
}
#cart-table {
width: 100%;
}
#cart-table tr {
height: 3em;
margin-top: 5px;
margin-bottom: 5px;
}
#cart-table .qty {
text-align: center;
vertical-align: middle;
width: 7%;
font-size: 2em;
}
#cart-table .lessmore {
text-align: left;
width: 25%;
font-size: 0.9em;
vertical-align: middle;
color: #666666;
}
#cart-table .lessmore a {
color: #666666;
}
#cart-table .description em {
color: #FF9900;
}
#cart-table .description strong {
font-size: 1.4em;
}
#cart-table input {
border: 1px solid #CDCDCD;
padding: 1px 2px;
font-size: 1em;
}
#cart-total {
width: 470px;
}
#cart-total tr {
height: 3em;
margin-top: 5px;
margin-bottom: 5px;
}
#cart-total .col1 {
text-align: left;
vertical-align: middle;
width: 75%;
font-size: 1.2em;
}
#cart-total .col2 {
text-align: right;
vertical-align: middle;
width: 25%;
font-size: 1.4em;
color: #FF9900;
}
div#cart {
padding-bottom:10px;
}
#cart a {
margin-left: 10px;
font-size: 1.4em;
text-align: center;
color: #FF9900;
display: block;
height: 1.5em;
margin-right: 50px;
text-decoration: none;
}
#cart a:hover {
text-decoration: underline;
}
div#billto, div#shipto, div#total,div#payment, div#address, div#help {
margin-top: 10px;
margin-bottom: 10px;
}
div#address,div#billto {
float:left;
width:49%;
}
div#shipto {
clear:both;
}
#billto h3, #shipto h3, #total h3, #payment h3 {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
form h3 {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
form fieldset p {
padding: 5px 0;
}
form fieldset p.field {
padding: 5px 0;
width: auto;
margin: 0;
clear: left;
}
form p.form-help {
width: 60%;
margin: 0 0 0 30%;
font-style: italic;
}
form p label {
width: auto;
}
form p.field label {
font-weight: bold;
display: block;
padding: 0 4px 4px 0;
width: 29%;
float: left;
text-align: right;
}
form input, form textarea {
font: 1em Arial,sans-serif;
border: 1px solid #CDCDCD;
padding: 1px 2px;
font-size: 1em;
}
form select, #cart-review select {
border: 1px solid #CDCDCD;
}
form input[type=radio] {
border: 0px;
width: auto;
}
form input#c_remember {
width: auto;
border: 0;
margin: 0 5px 0 140px;
}
form #submit {
border: 1px solid #cdcdcd;
background: #f0f0f0;
padding: 2px;
line-height: 20px;
margin-right: auto;
margin-left: auto;
display: block;
cursor: pointer;
border: 1px solid #CDCDCD;
padding: 1px 2px;
}
form .fieldErrorNotification {
display: block;
color: #F00;
font-weight: bold;
}
form .formErrorNotification {
color: #F00;
font-weight: bold;
}
form .requiredField {
color: #F00;
font-weight: bold;
font-size: 13px;
}
form fieldset p.radio input {
float: left;
}
form fieldset p.field label.radio {
float: left;
width: auto;
text-align: left;
margin: 0 8px 0 2px;
}
form p.agreeWithTerms input {
float: left;
}
form p.agreeWithTerms label {
float: left;
width: auto;
text-align: left;
margin: 0 8px 0 2px;
}
.productDescription {
font-size: 16px;
font-weight: bold;
width:160px;
overflow:hidden;
}
.productImg {
padding-right:5px;
height:80px;
}
.productLabel {
text-decoration:none;
}
.productPrice {
font-style: italic;
width: 150px;
}
.productDetailLink {
background-color: #FFFFFF;
width: 50px;
}
.productDetailLink a {
color : #990000;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-style: italic;
font-size: 12px;
}
.productDetailLink :hover {
font-style: italic;
text-decoration:none;
font-size: 12px;
font-weight: bold;
background : #990000;
color : #FFF;
}
.productCol {
border-color:#CDCDCD;
border-style:solid;
border-width:0px 0px 1px 0px;
background-color: #FFFFFF;
overflow: hidden;
width: 160px;
}
* {
margin: 0;
padding: 0;
border: 0;
}
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
position: absolute;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
}
#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_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background-color:#000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#TB_window img {
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:5px 10px 7px 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 p {
padding:5px 0px 5px 0px;
}
#TB_load {
position: absolute;
display:none;
height:100px;
width:100px;
z-index:101;
}
#TB_HideSelect {
z-index:99;
position:absolute;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
#TB_iframeContent {
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
margin-bottom:1px;
}
body {
font: 0.7em Verdana,Geneva,Arial,Helvetica,sans-serif;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
background-color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 0.7em;
background-repeat: no-repeat;
}
ul, ul li {
list-style: none;
}
a {
color: #000000;
text-decoration: underline;
font-weight: bold;
}
a:hover {
text-decoration: none;
}
.left {
float: left;
}
.right {
float: right;
}
#page {
border-right-width: -10px;
border-right-width: -10px;
border-left-width: -10px;
border-right-width: -10px;
border-left-width: -0px;
border-right-width: -10px;
border-left-width: -0px;
border-right-width: -10px;
border-left-width: -0px;
border-left-width: -0px;
background-color: #ffffff;
border-left-color: #000000;
border-right-color: #000000;
padding-left: 10px;
padding-right: 10px;
border-left-width: 0;
border-right-width: 0;
margin: 0 auto;
border-left-style: solid;
border-right-style: solid;
width: 800px;
position: relative;
}
#top {
padding-left: -10px;
padding-left: -10px;
background-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
padding-left: 0;
border-left-width: 10px;
border-right-width: 10px;
margin: 0 auto;
background-attachment: scroll;
background-image: url(http://museec.bouteec.com/blogs/partoshamatt/themes/siwBlogShopPerso/images/t_museec_tryout/header_copy.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 820px;
height: 200px;
left: -10px;
position: relative;
}
#top a {
display: block;
height: 100%;
text-decoration: none;
}
#top a * {
cursor: pointer;
}
#top a span {
position: absolute;
display: block;
visibility: hidden;
top: 20px;
left: 20px;
font-size: 67px;
font-weight: bold;
color: #ffffff;
line-height: 87px;
font-family: Verdana, Arial, sans-serif;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
-moz-user-select: none;
}
#wrapper {
width: 800px;
margin: 0 auto;
}
#main {
width: 500px;
float: left;
}
#sidebar {
width: 270px;
float: right;
}
#sidebar h2 {
border-width: 1px 0;
color: #FFFFFF;
background-color: #990000;
border-left-color: #CDCDCD;
border-right-color: #CDCDCD;
border-top-color: #CDCDCD;
border-bottom-color: #CDCDCD;
padding-left: 5px;
padding-right: 8px;
padding-top: 5px;
padding-bottom: 5px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 10px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
font-weight: bold;
font-style: normal;
text-align: left;
letter-spacing: 0.2em;
font-size: 1.3em;
}
#sidebar h3 {
color: #005D99;
padding: 4px 8px 0 8px;
font-size: 1em;
}
#sidebar a:link, #sidebar a:visited {
text-decoration: none;
}
#sidebar a:hover {
text-decoration: underline;
}
#blogextra a:link, #blogextra a:visited {
text-decoration: none;
}
#blogextra a:hover {
text-decoration: underline;
}
#sidebar ul, #blogextra li {
padding: 0 0 4px 0;
}
#sidebar li.closed, #blogextra li {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/fplus.gif) no-repeat 10px 7px;
}
#sidebar li.open, #blogextra li {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/fminus.gif) no-repeat 10px 7px;
}
#sidebar li, #blogextra li {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/sidebar_li.png) no-repeat 10px 7px;
padding: 3px 4px 3px 20px;
}
#sidebar p, #blogextra p {
color: #000000;
padding-left: 10px;
padding-right: 0;
padding-top: 0;
padding-bottom: 4px;
}
#search fieldset p {
padding-left: 8px;
}
#search #q {
color: #005D99;
width: 180px;
border: 1px solid #CDCDCD;
padding: 1px 2px;
font-size: 1em;
}
#search .submit {
color: #005D99;
background: #FFF;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #FFF;
}
#search .submit:hover {
background: #005D99;
color: #FFF;
border: 1px solid #005D99;
}
#search, #selected, #categories, #syndicate, #langs, #tags, #links, #blogextra .text {
padding: 0 0 10px 0;
}
#topnav {
color: #005D99;
font-size: 0.9em;
background: #F5F5F5;
border: 1px solid #CDCDCD;
border-width: 1px 0;
padding: 5px 5px 5px 8px;
margin: 0 0 20px 0;
font-weight: bold;
text-transform: uppercase;
}
#sidebar #topnav ul {
margin: 0;
padding: 0;
}
#sidebar #topnav li {
display: inline;
background: none;
margin: 0;
padding: 0;
}
#sidebar #syndicate li {
margin: 0 4px 0 11px;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/rss.png) no-repeat 0px 50%;
padding: 5px 4px 5px 22px;
}
#sidebar #tags ul {
font-size: 110%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 10px;
}
#sidebar #tags ul li {
display: inline;
font-size: 0.9em;
background-color: #;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
#sidebar #tags ul li a:link, #sidebar #tags ul li a:visited {
color: #333;
}
#sidebar #tags p strong a:link, #sidebar #tags p strong a:visited {
padding: 0 0 0 18px;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/tags.png) no-repeat 0 -2px;
}
#sidebar #tags p strong a:hover {
}
.tag0 {
font-size: 75%;
}
.tag10 {
font-size: 80%;
}
.tag20 {
font-size: 90%;
}
.tag30 {
font-size: 100%;
}
.tag40 {
font-size: 110%;
}
.tag50 {
font-size: 120%;
}
.tag60 {
font-size: 140%;
}
.tag70 {
font-size: 130%;
}
.tag80 {
font-size: 140%;
}
.tag90 {
font-size: 150%;
}
.tag100 {
font-size: 160%;
}
.postContent, .postExcerpt {
padding: 4px 0 0 0;
line-height: 1.5em;
font-size: 1.2em;
text-align: justify;
}
.postContent p, .postExcerpt p {
padding: 4px 0;
text-align: justify;
}
.postContent strong, .postExcerpt strong {
font-size: 0.9em;
}
.postContent acronym, .postExcerpt acronym {
cursor: help;
border-bottom: 1px dashed #666;
}
.postContent pre, .postExcerpt pre {
font: 1.1em courier new, courier, monospace;
background: #F5F5F5;
padding: 10px 5px;
margin: 6px 0;
}
.postContent h3, .postExcerpt h3 {
padding: 4px 0;
font-size: 1.2em;
color: #666;
}
.postContent h4, .postExcerpt h4 {
padding: 4px 0;
font-size: 1.1em;
color: #666;
}
.postContent h5, .postExcerpt h5 {
padding: 4px 0;
font-size: 1.0em;
color: #666;
}
.postContent ul, .postExcerpt ul {
padding: 4px 0 4px 20px;
margin: 0;
}
.postContent ul li, .postExcerpt ul li {
padding: 1px 0 1px 1px;
list-style: disc;
}
.postContent ol, .postExcerpt ol {
padding: 4px 0;
margin: 0 0 0 28px;
}
.postContent ol li, .postExcerpt ol li {
padding: 1px 0;
}
.postContent blockquote, .postExcerpt blockquote {
border-left: 4px solid #CDCDCD;
margin: 4px 0 4px 5px;
padding: 0 5px;
}
.postContent blockquote em, .postExcerpt blockquote em {
}
.dayDate {
border-width: 1px 0;
color: #FFFFFF;
background-color: #990000;
border-left-color: #CDCDCD;
border-right-color: #CDCDCD;
border-top-color: #CDCDCD;
border-bottom-color: #CDCDCD;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
margin-bottom: 10px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
font-weight: bold;
font-style: normal;
text-align: right;
letter-spacing: 0.1em;
font-size: 1.5em;
clear: left;
}
a.feed {
}
.post {
color: #000;
}
.postTitle {
color: #666;
padding: 10px 0 4px 0;
font-size: 1.7em;
}
.postTitle a {
color: #990000;
padding-left: 5px;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}
.postTitle a:hover {
text-decoration: underline;
}
.postInfo {
font-style: italic;
}
.postTags {
color: #FF0000;
background-color: #FBFBFB;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
margin-left: 0;
margin-right: 0;
margin-top: 8px;
margin-bottom: 0;
overflow: hidden;
height: 1%;
position: relative;
}
.postTags li {
color: #990000;
display: inline;
}
.postTags li a {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/tag.png) no-repeat 0 0;
color: #990000;
padding-left: 18px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
float: left;
display: block;
white-space: nowrap;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
font-weight: bold;
font-style: italic;
letter-spacing: 0.05em;
background-image: url(http://museec.bouteec.com/images/t_museec_tryout/tag.png);
background-repeat: no-repeat;
}
.postTags li a:hover {
text-decoration: underline;
}
.postInformations {
clear: left;
border: 0;
background: #FBFBFB;
padding: 5px;
margin: 0 0 26px 0;
}
.postInformations a {
text-decoration: none;
padding: 2px 10px 2px 18px;
}
.postInformations a:hover {
text-decoration: underline;
}
.commentsCount {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/commentaire.png) no-repeat 0 50%;
}
.pingsCount {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/retrolien.png) no-repeat 0 50%;
}
.attachmentsCount {
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/attach.png) no-repeat 0 50%;
}
.readIt {
font-weight: bold;
padding: 0 0 10px 0;
clear: left;
}
#attachments {
clear: left;
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 4px 0 6px 0;
}
#attachments * {
color: #3C8FD1;
}
#attachments h3 {
font-size: 1.2em;
}
#attachments ul {
padding: 4px 0;
}
#attachments li {
margin: 0 0 0.6em 0;
padding: 2px 10px 2px 18px;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/attach.png) no-repeat 0 50%;
}
#attachments li em {
}
#attachments li div {
}
#attachments li object {
display: inline;
margin: 0;
padding: 0;
vertical-align: bottom;
}
.footnotes {
border: 1px solid #E8E8E8;
padding: 5px 0;
margin: 6px 0 25px 0;
}
.footnotes h4 {
color: #005D99;
background: #FBFBFB;
border-bottom: 1px solid #E8E8E8;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/report.png) no-repeat 4px 3px;
padding: 2px 10px 2px 25px;
margin: 0 0 6px 0;
font-style: italic;
}
.footnotes p {
padding: 4px 10px;
}
#content-info {
font-size: 0.8em;
background: #F5F5F5;
border: 1px solid #CDCDCD;
border-width: 1px 0;
padding: 5px 10px;
margin: 0 0 20px 0;
font-size: 1em;
line-height: 1.4;
}
.content-inner {
padding-bottom: 20px;
}
.content-inner h3 {
font-size: 1em;
color: #5E9E14;
background: #F5F5F5;
border: 1px solid #CDCDCD;
border-width: 1px 0;
padding: 5px 10px;
margin: 10px 0;
}
#content-info h2 {
font-size: 1.4em;
}
#content-info h2.breadCrumb {
font-size: 1em;
color: #005D99;
}
#content-info h2.breadCrumb a {
font-size: 1em;
color: #5E9E14;
}
#content-info h2.breadCrumb a:hover {
font-size: 1em;
color: #005D99;
}
#content-info p {
padding: 4px 0;
font-size: 1em;
}
#content-info p a.feed:link, #content-info p a.feed:visited {
padding: 4px 0 4px 22px;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/rss.png) no-repeat 1px 3px;
}
#content-info p a.feed:hover {
}
.content-inner .dayDate {
text-align: left;
}
.content-inner .postTitle {
padding: 4px 0;
margin: 0 0 0 10px;
}
.content-inner .postInfo {
margin: 4px 0 20px 10px;
}
.content-inner ul {
padding: 4px 0;
margin: 0 0 0 10px;
}
.content-inner ul li {
padding: 1px 0 1px 10px;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/li.png) no-repeat 0 5px;
font-size: 1em;
line-height: 1.3;
}
.content-inner ul.tags {
position: relative;
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 8px 0 20px 0;
overflow: hidden;
height: 1%;
font-size: 120%;
}
.content-inner ul.tags:after {
content:[DO NOT LEAVE IT IS NOT REAL];
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.content-inner ul.tags li {
display: block;
float: left;
margin: 4px;
height: 18px;
line-height: 18px;
background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
color: #005D99;
text-decoration: none;
white-space: nowrap;
}
.content-inner ul.tags li a:hover {
text-decoration: underline;
}
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active {
background: #005D99;
color: #FFF;
}
#comments, #pings {
padding-top: 10px;
}
#comments h3, #pings h3, #commentsFeed, #pr h3 {
clear: left;
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
#pr h3 {
color: #5E9E14;
margin: 30px 0 8px 0;
}
#commentsFeed {
text-align: right;
font-weight: bold;
margin: 14px 0 8px 0;
}
#commentsFeed a {
font-size: 0.8em;
text-decoration: none;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/rss.png) no-repeat 0px 50%;
padding: 3px 0 3px 22px;
}
#commentsFeed a:hover {
text-decoration: underline;
}
#comments dl {
}
#comments dt, #pings dt {
position: relative;
top: 1px;
display: block;
padding: 10px 0 30px 0;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/commentaire_bulle.png) no-repeat 50% 100%;
}
#comments dt a:link, #comments dt a:visited {
color: #3C8FD1;
text-decoration: none;
}
#comments dt a:hover {
text-decoration: underline;
}
#pings dt a:link, #pings dt a:visited {
color: #3C8FD1;
text-decoration: none;
}
#pings dt a:hover {
text-decoration: underline;
}
#comments dd, #pings dd, dd.commentPreview {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #F5F5F5;
padding: 10px;
margin: 0 0 8px 0;
font-size: 1.1em;
line-height: 1.4;
}
#comments dd *, #pings dd *, dd.commentPreview * {
padding: 5px 0;
font-size: 1em;
}
#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {
color: #5E9E14;
}
#comments dd.me {
border-left: 4px solid #5E9E14;
}
.comment-number, .pingNumber {
color: #3C8FD1;
font-weight: bold;
font-size: 1.4em;
}
#ping-url {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 30px 0;
font-weight: bold;
text-align: right;
}
.error {
border: 2px solid red;
padding: 10px 5px;
margin: 20px 0 0 0;
background: #FFCCCC;
font-weight: bold;
}
.message {
}
.pagination {
clear: left;
border: 1px solid #CDCDCD;
border-width: 1px 0;
background: #F5F5F5;
padding: 5px;
margin: 0 0 30px 0;
text-align: center;
color: #5E9E14;
font-weight: bold;
}
.pagination a:link, .pagination a:visited {
color: #5E9E14;
text-decoration: none;
}
.pagination a:hover {
text-decoration: underline;
}
#navlinks {
border: 1px solid #CDCDCD;
border-width: 1px 0;
background: #F5F5F5;
padding: 5px;
margin: 0 0 20px 0;
text-align: center;
color: #5E9E14;
font-weight: bold;
}
#navlinks a:link, #navlinks a:visited {
color: #5E9E14;
text-decoration: none;
}
#navlinks a:hover {
text-decoration: underline;
}
#commentForm {
padding-top: 10px;
}
#commentForm h3 {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
#commentForm fieldset p {
padding: 5px 0;
}
#commentForm fieldset p.field {
padding: 5px 0;
width: auto;
margin: 0;
clear: left;
}
#commentForm p.formHelp {
width: 60%;
margin: 0 0 0 30%;
font-style: italic;
}
#commentForm p label {
width: auto;
}
#commentForm p.field label {
font-weight: bold;
display: block;
padding: 0 4px 4px 0;
width: 29%;
float: left;
text-align: right;
}
#commentForm input, #commentForm textarea {
font: 1em Arial,sans-serif;
color: #005D99;
border: 1px solid #CDCDCD;
padding: 1px 2px;
font-size: 1em;
width: 60%;
}
#commentForm input#c_remember {
width: auto;
border: 0;
margin: 0 5px 0 140px;
}
#commentForm input.preview {
margin-left: 134px;
}
#commentForm input.preview, #commentForm input.submit {
width: auto;
color: #005D99;
background: #FFF;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #FFF;
}
#commentForm input.preview:hover, #commentForm input.submit:hover {
background: #005D99;
color: #FFF;
border: 1px solid #005D99;
}
a.buttonLike {
border: 1px solid #cdcdcd;
background: #f0f0f0;
padding: 2px;
line-height: 20px;
text-decoration: none;
}
a.buttonLike:hover {
text-decoration: underline;
}
#footer {
background-color: #660033;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 14px;
margin: 0 auto;
background-image: url(http://museec.bouteec.com/images/t_museec_tryout/gradient_CCCCCC_990000_1_100_n.png);
background-repeat: repeat;
background-position: bottom center;
clear: both;
}
#footer p {
color: #FFFFFF;
background-color: #660000;
padding-left: 0;
padding-right: 16px;
padding-top: 6px;
padding-bottom: 6px;
margin: 0 auto;
font-weight: bold;
text-align: right;
width: 784px;
}
#footer p a {
color: #FFF;
}
.payProcSubmitStepContainer {
padding: 9px 0 25px 0;
text-align: center;
}
.payProcSubmitStep {
color: #f0f0f0;
background: #7f7f7f;
border-color: #404040;
font-weight: bold;
font-size: 13px;
cursor: pointer;
padding: 2px;
}
.payProcSubmitStep:hover {
color: #000;
background: #f0f0f0;
border: 1px solid #cdcdcd;
}
.paymentStepsHeader {
text-align: center;
}
.paymentStepsHeader ul li {
color: #404040;
}
.paymentStepsHeader ul li.active {
font-weight: bold;
color: #000;
}
.validate {
float:left;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/ok.jpg) no-repeat;
width:20px;
height:20px;
}
.remove {
float:left;
background: transparent url(http://museec.bouteec.com/images/t_museec_tryout/remove.gif) no-repeat;
cursor:pointer;
width:15px;
height:15px;
}
.cleanPanier {
background : transparent url(http://museec.bouteec.com/images/t_museec_tryout/remove.gif) no-repeat;
padding-bottom:8px;
padding-right:11px;
text-decoration:none;
}
a.validateOrder {
background: #7F7F7F none repeat scroll 0 0;
border: 1px solid #404040;
font-weight: bold;
font-size: 13px;
cursor: pointer;
padding: 2px;
font: Arial,sans-serif;
color:#F0F0F0;
text-decoration:none;
}
a.validateOrder:hover {
color: #000;
background: #F0F0F0;
border: 1px solid #cdcdcd;
}
.email {
background : transparent url(http://museec.bouteec.com/images/t_museec_tryout/email.png) no-repeat;
float:left;
margin-left:10px;
height:30px;
width:30px;
}
.emailField {
border:1px solid #CDCDCD;
}
.sendEmail {
color: #f0f0f0;
background: #7f7f7f;
border: 1px solid #404040;
font-weight: bold;
font-size: 13px;
cursor: pointer;
padding: 2px;
}
.sendEmail:hover {
color: #000;
background: #f0f0f0;
border: 1px solid #cdcdcd;
}
.contact {
font-weight: bold;
display: block;
padding: 0 4px 4px 0;
width: 29%;
float: left;
text-align: left;
}
.tree ul {
margin:0 0 0 5px;
padding:0;
list-style-type:none;
}
.tree li {
display:block;
min-height:18px;
line-height:18px;
padding:0 0 0 15px;
margin:0 0 0 0 !important;
clear:both;
background:url(http://museec.bouteec.com/images/t_museec_tryout/li.gif) 7px center no-repeat;
_width:50%;
_margin-bottom:-2px;
}
.tree li #cdragged {
display:none;
}
.tree li ul {
display:none;
clear:both;
_padding-bottom:2px;
}
.tree li.last {
background:url(http://museec.bouteec.com/images/t_museec_tryout/lastli.gif) 5px top no-repeat;
}
.no_dots ul ul {
background:transparent;
}
.no_dots li {
background:transparent;
}
.no_dots li.last {
background:transparent;
background-color:transparent !important;
}
.tree li.open {
background:url(http://museec.bouteec.com/images/t_museec_tryout/fminus.gif_1) 4px 6px no-repeat;
margin:3px 0 0 0;
}
.tree li.open ul {
display:block;
clear:both;
margin:3px 0 0 0;
}
.tree li.closed {
background:url(http://museec.bouteec.com/images/t_museec_tryout/fplus.gif_1) 5px 5px no-repeat;
margin:3px 0 0 0;
}
.tree li.closed ul {
display:none !important;
}
*:first-child+html .tree li {
margin-bottom:-2px;
}
*:first-child+html .tree li ul {
padding-bottom:2px;
}
