/*
page_layout
helpers
forms
buttons
tables
lists
menus
header_footer
blocks
generic_styles
*/

/* PAGE LAYOUT */

body { color:#4c4c4c; }
a:link, a:visited, a:hover, a:active, a:focus { color:#f74e00; }

.w-side h2, .w-content h1 {
  color:#48434a;
  font-size:1.7em;
  font-weight:normal;
  line-height:1;
}

.w-content h1 { font-size:1.4em; }

.box-data h2 {
  font-size:1.3em;
  font-weight:normal;
}


.box-data {
  
  height:auto !important;
  
}


.box-data .text{
	line-height:1.7em;
	padding:0px 20px 10px 20px;}

/* HELPERS */

/* FORMS */

form a.f-submit {
  font-size:1.4em;
  text-decoration:underline;
}

form a.f-submit:hover {
  text-decoration:none;
}

input.f-text, input.text, .box-data textarea {
  border:1px solid #eebf9a;
  background-color:#f6f3e9;
  color:#1a0d04;
  font-size:11px; line-height:1;
}

.f-zform form li select { border:1px solid #eebf9a; }

.box-data textarea { line-height:1.3; }

/* BUTTONS */

.w-action a strong {
  background:url(/img/massroidscom/icon-arrow-right.gif) no-repeat right;
}

.w-action a em {
  font-weight:bold;
  font-style:normal;
  background:url(/img/massroidscom/icon-arrow-back.gif) no-repeat left;
}

/* TABLES */

table td { border-color:#eebf9a; border-width:0 0 1px 0; }
table thead td { background:#f6f3e9;}

/* LISTS */

.ul-list-2 li { border-bottom:1px solid #eebf9a; }
.ul-list-2 li span { color:#cba383; }

/* MENUS */

.menu-lvl-1 a {
  color:#fff;
  font-size:1.2em; line-height:1;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
}

.menu-lvl-1 li:hover { background:#f74e00; }
.menu-lvl-1 li:hover a { color:#000; }

/* */

.menu-lvl-2 li.odd { background:#fcf5ed; }

.menu-lvl-2 li:hover a { color:#f74e00; }
.menu-lvl-2 li.selected a { font-weight:bold; }
.menu-lvl-2 a {
  color:#000000;
  font-size:1.2em; line-height:1;
  text-decoration:none;
}

.menu-lvl-2 a { background:url(/img/massroidscom/icon-arrow.png) no-repeat left; }
.menu-lvl-2 li.odd a { background:url(/img/massroidscom/icon-arrow-select.png) no-repeat left; }

/* HEADER&FOOTER */

#l-tail h1 {
  color:#ada192;
  font-size:1em;
  font-weight:normal;
  line-height:1.4;
  text-transform:none;
}

/* BLOCKS */

a.x-cartmini {
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  text-decoration:none;
}

a.x-cartmini:hover {
  text-decoration:underline;
}

.x-news li * {
  font-size:1.2em;
}

.x-news strong {
  font-weight:bold;
}

.x-news p {
  line-height:1.1;
}

.x-login p a {
  font-size:1.1em;
}

/* */

.x-basket .t-total em {
  font-style:normal;
  text-transform:uppercase;
}

.x-basket .w-action {
  line-height:1.3;
}

/* */

.x-order-desc { border:1px solid #eebf9a; }

/* */

.x-prod-detail img {
  border:1px solid #edbb95;
  vertical-align:bottom;
}

.x-prod-detail div.w-left span {
  color:#1a0d04;
  font-size:2.2em;
  font-weight:bold;
}

.x-prod-detail div.w-left sup {
  font-size:.55em;
}

.x-prod-detail div.w-left small {
  color:#edbb95;
  font-size:1.2em;
  text-decoration:line-through;
}

.x-prod-detail div.w-right h3 {
  color:#000;
  font-size:1.3em;
}

.x-prod-detail div.w-right h3 a {
  font-weight:bold;
}

.x-prod-detail div.w-right big {
  /*color:#edbb95;*/
  font-weight:bold;
}

.x-prod-detail form a strong {
  background:url(/img/massroidscom/icon-cart-buy.png) no-repeat left;
}

/* */

.w-side h3 { font-weight:normal; text-decoration:underline; }


.x-prod-detail div.w-left span {
  font-size:1.7em;
  font-weight:bold;
}

.x-prod-detail div.w-left span em {
	font-size:.67em;
	font-style:normal;
}

/* */


/***************************
 MANUFACTURERS**************
 ***************************/
#manufacturers-form div {
    text-align:right;
    padding-bottom:1.2em;
    padding-top:.5em;
    padding-right:.5em;
}
#manufacturers-form div select,
#manufacturers-form div select:hover {
    border-color:auto;
    outline: none;
    background: #fff;
}


/***************************
 SEARCH*********************
 ***************************/
#searchform {
    padding-left:24px;
}
#searchform p {
    margin:0;
    padding:0;
}
#searchform input.text {
    border:1px solid #edbb95;
    padding:3px 9px;
    width:100px;
    font-size:11px;
    color:#1a0d04;
}
#searchform a{
    padding:0 6px;
}



/***************************
 TICKETS********************
 ***************************/
label.f-radio {
    float:none!important;
    display:inline!important;
}



p.download-file {
    text-align:right;
}

p.discount{font-size:1.2em; padding:0px 0 6px 24px}

p.last{font-size:1.2em; padding:0px 0 0px 24px}

.av-m-col{
    border:1px solid #EBEBEB;
    padding:20px 20px 0px 20px;
    background:#FCF5ED;
    width:400px;
    margin:10px auto 10px auto;
    overflow:hidden;
    box-shadow: 0px 0px 2px #ccc;
   -moz-box-shadow: 0px 0px 2px #ccc;
   -webkit-box-shadow: 0px 0px 2px #ccc;

}


.av-m-col ul li{
border-bottom:1px solid #ddd;
margin-bottom:5px;
padding-top:10px;
}

.av-m-col big{
    text-align:center;
    padding-bottom:20px;
    color:#48434A;
    text-shadow:1px 1px 1px #fff;
    font-size:1.8em;
    display:block;  
}

.av-m-col p{
    text-align:left;
    clear:both;
    overflow:hidden;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:0;
}


#l-root .fffff{
    margin:10px auto !important; 
    width:50px !important; 
    float:none !important; 
    display:block !important;
    overflow:hidden;
    padding:2px;}
    
    
    .w-paytype p{padding:5px 20px;}
	
	
	
.personal-account{
	width:300px;
	margin:20px auto!important;
	-moz-box-shadow:0 0 2px #CCCCCC;
	background:none repeat scroll 0 0 #FCF5ED;
	border:1px solid #EBEBEB;
	padding:0 20px 0px 20px;
}

.personal-account ul{
	background:none !important;
	border:none !important;
	margin-bottom:20px !important;
}

.personal-account ul li{
	background:none;
	
}

.personal-account ul li strong{
	color:#48434A;	
	font-weight:bold;
	font-size:1.2em;
	margin-right:10px;
}
.personal-account ul li span{
	display:inline-block!important;
	float:none !important;
	color:#F74E00!important;
	width:auto !important;
}
.personal-account h2{
	color:#48434A;
	font-size:1.7em;
	text-align:center;
	margin-top:10px;
}
.personal-input{
	margin-left:210px;
	display:block;
}	
	
#change-currency{
	width:160px;
	margin-left:24px;
	border:1px solid #EDBB95;
	color:#1A0D04;
	font-size:11px;
	background-color:#F6F3E9;
}
	
#f-id-1{
	width:300px;
	height:150px;
}

.w-paytype{
	margin:0 auto;
	width:350px!important;
	padding:20px;
	border:1px solid #4C4C4C;
	box-shadow: 0 0 10px #4C4C4C;
  -webkit-box-shadow: 0 0 10px #4C4C4C; 
  -moz-box-shadow: 0 0 10px #4C4C4C; 
  margin-bottom:10px;
}	
	
/*-------------------------------------------FEEDBACK----------------------------------------------*/

#feedback p.view-list {
    text-align: right;
    margin-right:5px;
}

#feedback ul.list,
#feedback ul.list li,
#feedback dl,
#feedback dl dt,
#feedback dl dd {
    margin:0;
    padding:0;
    list-style: none;
}
#feedback ul.list {
    margin:0 0 1em 0px;
    overflow: hidden;
    zoom:1;
}
#feedback ul.list li {
/*    float: left;
    width:260px;*/
}
#feedback ul.list dl {
    overflow: hidden;
    zoom:1;
    margin-bottom: 1em;
	font-size:1em;
}
#feedback ul.list dl dt {
    float: left;
    width:200px;
    clear: both;
	padding-bottom:10px;
	font-weight:normal;
}
#feedback ul.list dl dd {
    float: left;
    width:175px;
	color:#F74E00;
	font-style:italic;
	padding-bottom:10px;
	font-weight: bold;
    overflow: hidden;
	line-height:18px;
}

#feedback .stars {
    background: url(/img/xroidscom/stars.png) 0 0 no-repeat;
    height: 8px;
    width:90px;
    text-indent: -9999px;
}
#feedback .stars0 {
    background-position: 0 0;
}
#feedback .stars1 {
    background-position: 0 -36px;
}
#feedback .stars2 {
    background-position: 0 -72px;
}
#feedback .stars3 {
    background-position: 0 -108px;
}
#feedback .stars4 {
    background-position: 0 -144px;
}
#feedback .stars5 {
    background-position: 0 -180px;
}

.form .feedback legend {
    color:#48434A;
    font:normal 1.4em Georgia,"Times New Roman",times,serif;
    margin-bottom:.5em;
    padding-left:210px;
}
.form .feedback fieldset {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dotted #F74E00;
    margin-bottom: 20px;
}
.form .feedback  label {
    float:none;
    width:auto;
    padding:0;
}

.form .feedback  label.caption {
    width:200px;
    float:left;
    padding-right:10px;
    text-align:right;
    line-height:1.5;
}

#fieldset-site ul li span label, #fieldset-support ul li span label, #fieldset-shipping ul li span label, #fieldset-products ul li span label, #fieldset-other ul li span label{
	width:30px!important;
	display:inline-block;
	text-align:left;
}

#fieldset-site ul li span label input, #fieldset-support ul li span label input, #fieldset-shipping ul li span label input, #fieldset-products ul li span label input, #fieldset-other ul li span label input{margin-left:0;border:0;}

#fieldset-other{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.feed-cont.last{margin-bottom:35px;}

.feed-cont{
	overflow:hidden;
	padding:20px 20px 10px 20px;
	margin:30px 30px 0px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px #EDBB95;
    -moz-box-shadow: 0px 0px 10px #EDBB95;
     box-shadow: 0px 0px 10px #EDBB95;
}

.feed-cont h3{text-align:center;padding-top:0;color:#48434A;font-weight:normal;}

.feedback ul li{
	overflow:hidden;
	clear:both;
	padding-bottom: 5px;
}

.feedback ul li span textarea.text{padding-left:0;padding-right:0;}

.feedback ul li ul.errors{
	color:red;
	padding-left:210px;
}

.feedback ul li.submit{padding-left:210px;}

.feeds-list li{padding:0 0 5px 24px;}

/*--------------------------------------------------------------------------------------------*/	
	
.feed-index {
	overflow:hidden;
	clear:both;
	padding:0 0 0 24px;
}

.feed-index a {
    float:left;
    overflow: hidden;
	clear:both;
	text-decoration:none;
}

.feed-index a:hover{text-decoration:none;}

a.view {
    margin-bottom: 10px;
}
	
	
