/* iOSC 3.0 by LTGraf.com 2010-11-19 */

body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #1e1e1e;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;/*css3*/
    -moz-font-smoothing:antialiased;/*gecko (ex:Firefox)*/
}

form {
  display:inline;
}

A {
  color: #940045;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

#iphone_content {
	width:100%;
	position:absolute;
}

#headerLogo {
	color:#940045;
	text-transform:uppercase;
	font-size:13px;
    padding: 0 10px;
	text-align:center;
	_background:url(../images/trubgmobile.gif) repeat-x;
     background-color: #000000;
	_line-height:47px;
    width: 100%;
    float: left;
}
.takeaway_store_name{float: left;margin-left: 10px;margin-top: 10px;width: 65%;font-size: 13px;}
table.logo{
	display: none;
}

#returning_cust, #new_cust, #inscription {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:auto;
	margin-top:5px;
	background:#F4F4F4;
	margin-bottom:5px;
}

#returning_cust h1, #new_cust h1, #inscription h1 {
	margin:0;
	font-size:18px;
	margin-bottom:5px;
}

#returning_cust input, #new_cust input, #inscription input {
	width:150px;
}

#returning_cust .float {
	display: block;
	width:33%;
	float:left;
	text-align:left;
	font-weight:bold;
}

#inscription .float {
	display: block;
	width:45%;
	float:left;
	text-align:left;
	font-weight:normal;
}

#inscription .obligatoire {
	color:#FF0000;
}

#inscription .form_line{
	clear:left;
	margin-bottom:5px;
}

#inscription .form_line.gender input {
	width:auto;
}

#inscription .form_line.birthdate input {
	width:100px;
}


#also_purchased {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:10px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:auto;
	margin-top:5px;
	background:#F4F4F4;
	margin-bottom:5px;
	text-align:justify;
	display:block;
	float:left;
}

#prodCell_also {
	width:30%;
	min-height:125px;
	border:0px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	float:left;
	margin:2px;
	background:#ccc;
}

#prodCell_also img, #prodCell img, #ficheProdTop img {
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
}

#prodCell_also .prodImg, #prodCell .prodImg {
	margin:auto;
	border-bottom:1px solid #ccc;
	text-align:center;
	margin-bottom:2px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	background:#f4f4f4;
	padding-top:2px;
}

#prodCell_also .prodName {
	font-size:12px;
	text-align:justify;
	padding:2px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	background:#e7e7e7;
	margin-bottom:2px;
	min-height:80px;
	text-align:center;
}

#prodCell {
	/*width:30%;*/
	/*min-height:225px;*/
	border:1px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	_padding:2px;
	display:block;
	/*float:left;*/
	width:96%;
    float: left;
    margin-bottom: 2px;
    float: left;
    margin-left: 5px;
    width: 97.5%;
    margin-top: 20px;
}

#prodCell #empty {
	border:0;
}

#prodCell input {
	width:100px;
}

#prodCell .prodName {
	font-size:14px;
	_text-align:justify;
	padding:3px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	background:#e7e7e7;
	/*margin-bottom:2px;
	min-height:60px;*/
	float:left;
	width:96.5%;
	margin:2px;
}

#prodCell .prodPrice {
	font-size:16px;
	text-align:center;
	padding:2px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	/*background:#1e1e1e;*/
	margin-bottom:2px;
	font-weight:bold;
	color:#000;
	float:left;
	width:45%;
	margin:7px;
	padding:3px;
}

#prodCell .prodBuy {
	text-align:center;
	padding:2px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	/*background:url(../images/header_back.png) repeat-x;*/
	margin-bottom:2px;
	/*height:30px;*/
	float:left;
	width:45%;
	margin-top:2px;
}

#ficheProdTop {
	width:95%;
	border:1px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	display:block;
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#ficheProdTop .visuel {
	text-align:center;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	background:#e7e7e7;
	display:block;
	float:left;
	width:100px;
	height:90px;
}

#ficheProdTop h2 {
	font-size:14px;
	margin:0;
	_margin-left:110px;
}

#ficheProdTop .prodPrice {
	font-size:16px;
	text-align:center;
	padding:2px;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	background:#1e1e1e;
	margin-bottom:10px;
	_margin-left:110px;
	margin-top:15px;
	font-weight:bold;
	color:#fff;
	width:25%;
}

#ficheProdTop .options {
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	background:#e7e7e7;
	display:block;
	float:left;
	margin-top:5px!important;
	margin-left:0px;
	margin-bottom:5px;
	clear:left;
	width:98%;
}

#ficheProdTop .optName {
	font-size:12px;
	margin-top:10px;
}

#ficheProdTop .bouton {
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	background:#e7e7e7;
	display:block;
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:7px;
	clear:both;
}

#ficheProdMid {
	width:95%;
	border:1px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:2px;
	display:block;
	float:left;
	margin:auto;
	margin-left:5px;
	margin-top:10px;
}

#contactForm {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:auto;
	margin-top:5px;
	background:#F4F4F4;
	margin-bottom:5px;
}

#contactForm .float {
	display: block;
	width:40%;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}

#contactForm .float_full_width {
	display: block;
	width:100%;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}

#results {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:10px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:auto;
	margin-top:5px;
	background:#ccc;
	margin-bottom:5px;
	text-align:justify;
	display:block;
	float:left;
	text-align:center;
}

#cms {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:10px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:auto;
	margin-top:5px;
	background:#F4F4F4;
	margin-bottom:5px;
	text-align:justify;
}

#cms h2 {
	font-size:16px;
}

#accthistpl {
	width:auto;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	color:#1e1e1e;
	border:1px solid #ccc;
	margin:5px;
	margin-top:5px;
	background:#F4F4F4;
	margin-bottom:5px;
}

#accthistpl h1 {
	font-size:16px;
	margin:2px;
	margin-left:0px;
}

#accthistpl h2 {
	font-size:14px;
	margin:2px;
	margin-left:0px;
}

#accthistpl #nomProd {
	font-size:14px;
	font-weight:bold;
	float:left;
	width:70%;
}

#accthistpl #ligneProdNom {
	_font-size:11px;
	float:left;
	width:70%;
}

#accthistpl #taxProd {
	font-size:14px;
	font-weight:bold;
	display:inline;
	float:right;
	width:15%;
}

#accthistpl #ligneProdTax {
	font-size:11px;
	display:inline;
	float:right;
	width:15%;
}

#accthistpl #totalProd {
	font-size:14px;
	font-weight:bold;
	display:inline;
	float:right;
	width:15%;
}

#accthistpl #ligneProdPrix {
	_font-size:11px;
	display:inline;
	float:right;
	width:15%;
	text-align:right;
}

#accthistpl #subTotal {
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	background:#ccc;
}

#accthistpl #titre {
	font-size:16px;
	font-weight:bold;
	float:left;
	width:85%;
	_text-align:right;
}

#accthistpl #text {
	font-size:16px;
	font-weight:bold;
	float:right;
	width:15%;
	text-align:right;
}

#accthistpl #delivery {
	_width:100%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	display:block;
	_float:left;
}

#accthistpl #shipping {
	_width:55%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	_margin-left:5px;
	display:block;
}

#accthistpl #historic {
	width:95.5%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	background:#ccc;
	margin-top:5px;
}

#accthistpl .clear {
	clear:both;
}

#accthistpl #billing {
	_width:40%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	display:block;
	_float:left;
	margin-top:5px;
}

#accthistpl #payment {
	_width:55%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	_margin-left:5px;
	_margin-top:5px;
	display:block;
}

#accthistpl .fleche {
	float:right;
	vertical-align:middle;
	display:inline;
	margin-top:-60px;
}

#accthistpl #maxentries {
	width:92%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	background:#ccc;
	margin:10px;
}

#accthistpl #bouton {
	width:92%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#999;
	margin:10px;
	text-align:center;
}

#acctHist {
	width:98%;
	border-bottom:1px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
}

#acctHist .fleche {
	float:right;
	vertical-align:middle;
	display:inline;
	_margin-top:-30px;
}

.fleche {
	float:right;
	vertical-align:middle;
	display:inline;
}

#newsletter, #notifications, #password, #abd, #checkout_conf, #checkout_shipping, #checkout_payment, #checkout_pmt_add, #checkout_ship_add, #checkout_success {
	_width:95%;
	width:auto;
	border:1px solid #ccc;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	margin:5px;
}

#newsletter #titre {
	float:right;
	font-size:18px;
	font-weight:bold;
}

#newsletter #text, #notifications #text, #password #text, #checkout_conf #text {
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	margin:10px;
}

#notifications h1, #abd h1, #checkout_conf h1, #checkout_shipping h1, #checkout_payment h1, #checkout_pmt_add h1, #checkout_ship_add h1, #checkout_success h1, #cms h1, #also_purchased h1 , #iphone_content h1{
	font-size:18px;
	margin:2px;
	margin-left:0px;
}

#checkout_conf #bouton, #checkout_shipping #bouton, #checkout_payment #bouton, #checkout_pmt_add #bouton, #checkout_ship_add #bouton, #checkout_success #bouton, #cms #bouton {
	width:93%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#999;
	margin:10px;
	text-align:center;
}

#checkout_shipping #module, #checkout_payment #module {
	width:95%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#999;
	margin-top:5px;
}

#checkout_shipping #ship_add, #checkout_payment #bill_add, #checkout_pmt_add #bill_add, #checkout_ship_add #ship_add {
	_width:95%;
	width:auto;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	_background:#ccc;
	margin-top:5px;
}

#checkout_conf #ligneProd {
	_font-size:11px;
	float:left;
	margin-right:5px;
	width: 100%;
}

#checkout_conf .gras {
	_font-size:11px;
	font-weight:bold;
	text-align:right;
	float: right;
}

#abd .required {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	float:right;
	display:inline;
}

#abd .float {
	display: block;
	width:50%;
	float:left;
	text-align:left;
}

#abd .inputRequirement {
	color:#FF0000;
}

#password .float {
	display: block;
	width:55%;
	float:left;
	text-align:left;
	font-weight:bold;
}

table.categories {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: hand;
	cursor: pointer;
}

tr.categories{
	background-color: white;
}

tr.categories:hover{
	background-color: #EEEEEE;
}

tr.categoriesselect{
	background-color: #FFFFCC;
}

td.categories {
	padding-left: 5px;
	height:40px;
	border-top-color: #AAAAAA;
    border-top-style: solid;
    border-top-width: thin;
	border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

td.categories a{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

hr.separator {
	border: 0px; 
	background-color: #AAAAAA; 
	height: 1px;
}

td.smallText, span.smallText, p.smallText {
  font-size: 10px;
}

td.midText, span.midText, p.midText {
  font-size: 10px;
}

span.orderEdit {
  font-size: 10px;
  float: right;
}

td.main {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
	
td.review {
	padding-left:10px;
	font-size: 12px;
}

td.footer{
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
  padding-right: 4px;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

table.productsGrid {
  border-collapse: collapse;
}

td.productsGrid{
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

table.productCell{
  text-align: center;
  font-size: 10px;
  height: 100%;
}

td.stockWarning {
  font-size: 10px;
}

td.pageHeading  {
  font-size: 14px;
  font-weight: bold;
}

td.productHeader {
  font-size: 14px;
  font-weight: bold;
}

#mobileButton table{
  background: url(../images/greybutton/background.gif) repeat-x;
  border-collapse: collapse;
}

#mobileButton td{
  height: 23px;
  font-size: 11px;
  font-weight: bold;
  color: navy;
  vertical-align: middle;
  padding: 0px;
  border: 0;
  cursor: pointer;
}

#header {
}
#mainBody {
   clear: both;
}

#footer {
	width:97%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	border:1px solid #ccc;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
	float:left;
}

#mobileForm input[type="text"],input[type="password"], select {
	width: 150px;
}

#productAttribute select {
	width: 100px;
}

#errorMsg {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TABLE.headerNavigation {
	background-image: url("../images/header_navigation_back.png");
	background-repeat: repeat-x;
    height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}

tr.headerNavigation {
}

td.headerNavigation {
  font-size: 10px;
  text-align: center;
  font-weight : bold;
  vertical-align: bottom;
  width: 20%;
  cursor: pointer;
}

TD.headerNavigation A { 
	color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #940045;
}

#headerBoutique {
	background: url("../images/shop.png") no-repeat center top;
}

#headerSearch {
	background: url("../images/search.png") no-repeat center top;
}

#headerAccount {
	background: url("../images/settings.png") no-repeat center top;
}

#headerAbout {
	background: url("../images/about.png") no-repeat center top;
}

#headerLanguage {
	background: url("../images/language.png") no-repeat center top;
}

table.headerTitle{
	height: 48px;
	/*background-image: url("../images/header_back.png");
	background-repeat: repeat-x;*/
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #940045;
	background-color:#000000;
}

td.headerTitleRight{
	width: 60px;
	text-align: right;
	vertical-align: top;
	padding-top: 9px;
	padding-right: 6px;
}


.messageBox {font-size: 10px; }

#messageStack {
	width:90%;
	border-radius:5px;/*css3*/
    -moz-border-radius:5px;/*gecko (ex:Firefox)*/
    -webkit-border-radius:5px;/*webkit (ex:safari)*/
	padding:5px;
	background-color:#a70004;
	color:#FFFFFF;
	border:0px solid #ccc;
	margin:auto;
	margin-top:5px;
}

.messageStackError, .messageStackWarning {font-size: 30px; color: #ffffff; background-color:#a70004; margin-bottom:10px; }
.messageStackSuccess {font-size: 10px; background-color: #64a700; }

div.headerNavigation {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
    opacity:.50;
}
.row1
{
	background-color:#CCC;	
}
.row2
{
	background-color:#FFFFFF;
}
.row3
{
	background-color:#999;
}
.row1 td
{
	padding-top:15px;
        padding-bottom:15px;
}
.nav-wrap {
    max-width: 626px;
}
.nav-wrap {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin-top: 10px;
}
#menu-navigation {
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
}
.nav-wrap .group {
    padding-left: 0;
}

#menu-navigation li.current-menu-item {
    border-bottom: 4px solid #ce0b10;
}
#menu-navigation li:first-child {
    margin-left: 20px;
}
#menu-navigation li {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    width: 25%;
}
#menu-navigation li.current-menu-item a {
    color: #000;
    font-weight: bold;
}
#menu-navigation li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.social-icons {
    margin: 0 auto;
    text-align: center;
}
ul.top-social-icons {
    padding: 0;
}

.top-social-icons li {
    display: inline-block;
    height: 84px;
}

.top-social-icons li a {
    display: block;
    padding-left: 5px;
}
/* footer 26/3/16 */
#bottomNav { height: 50px; _border-top: 1px solid #ccc; background: #000000; position: fixed; bottom: 0px; width: 100%; overflow: hidden; *zoom: 1; z-index: 50; }
#bottomNav { height: 50px; _border-top: 1px solid #ccc; background: #000000; position: fixed; bottom: 0px; width: 100%; overflow: hidden; *zoom: 1; z-index: 50; }
#bottomNav ul { margin: 0; padding: 5px 0; }
#bottomNav ul li { list-style: none; float: left; _width: 47%; text-align: center;}
#bottomNav ul li div { font-size: 20px; color: #999; margin-bottom: 5px; }
/*#bottomNav ul li a { color: #999; font-family: 'yanone_kaffeesatz_regularRg', Helvetica, Arial, sans-serif; font-size: 0.9em; font-weight: normal; } */
#bottomNav ul li a.active { color: #0091D2; }
#bottomNav ul li a:hover { text-decoration: none; }
#bottomNav ul li a.active div { color: #0091D2; }
.signup:before {
    content: url('../images/users.png');
}
.login:before {
    content: url('../images/login.png');
}
.button:before {
    _background: #000000;

    border-radius: 0.15em 0 0 0.15em;
    _box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
    float: left;
    font-size: 2.5em;
    margin: 0 0 0 -32px     ;
    padding: 0 0.2em;
    pointer-events: none;
    text-align: center;
    width: 1em;
}
.button {
    background-color: #000000;
    background-image: -moz-linear-gradient(center top , #000000, #000000);
    border: 1px solid #777;
    border-radius: 0.2em;
    _box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font: normal 1em/2em Arial,Helvetica;
    margin: 0.5em;
    padding: 0 7px 1px 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    white-space: nowrap; 
}
/* footer 26/3/16 */
.addtocart{height:30px;width:100%;color:#ffffff;background:#9CC130;}
#tinycontent .attributes{width:100%;margin-bottom:5px;}