

/************************************************************************/
/* FROM CSS FILE: royalstandards.css */
/************************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body 
{
	background: #F8F8F8 ;
	font: normal 12px Tahoma, Arial, Helvetica;
	color: #666;
	line-height: 150%;
}



/**=================================**/
/**			FONTS					**/
/**=================================**/


@font-face {
    font-family: 'roboto_ltregular';
    src: url('../css/fonts/roboto-light-webfont.eot');
    src: url('../css/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/roboto-light-webfont.woff') format('woff'),
         url('../css/fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../css/fonts/roboto-light-webfont.svg#roboto_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../css/fonts/roboto-regular-webfont.eot');
    src: url('../css/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../css/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**=================================**/
/**			HTML ELEMENTS			**/
/**=================================**/

input,select,textarea
{
  	padding:5px;
  	border:1px solid #ccc;
}

input[type=button],input[type=submit]
{
  	background: #e50000;
  	padding: 5px 10px;
  	font-size: 17px;
  	font-weight: bold;
  	color: #fff;
  	border:none;
  	cursor:pointer;
  	border-radius: 2px;
  	text-shadow: -1px -1px 0px #550000;
}

ul{
	padding: 0px 0px 0px 30px;
}

ul li{
	padding: 2px 0px 2px 0px;
}

img{
	border: none;
}

a{
	/*color: #E50000;*/
  	color: #C4261D;
	text-decoration: none;	
}

a:hover
{
}


h1,h2,h3,h4
{
	margin: 5px 0px;
	font-weight:normal;
	line-height: 160%;
}

h1{
	font-size: 27px;	
}

h2{
	font-size: 21px;	
}

h3{
	font-size: 17px;
}

p{
	/*padding: 10px 0px;*/
}

/**=================================**/
/**			DEFAULTS 				**/
/**=================================**/

.clearboth, .clearBoth, .clearFloat, .ClearFloat
{
	clear: both;
}

.ClearFix:after , .Clearfix:after 
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix, .Clearfix 
{
	display: inline-block;
}

.Bold
{
	font-weight:bold;	
}

.BorderBottom
{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}

.BorderRadius
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.eobModule
{
}

.eobModule h1,h2,h3
{
	
}

.eobModule ul
{

}

.eobModule ul li{

}

.eobModule p
{
	
}


#banner
{
	background: #fff;
	position:absolute;
  	margin:0px auto;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	min-height: 450px;
	z-index: -1;
	text-align:center;
}

#banner .ImageShow 
{
  	width:100%;
  	height: 100%;
  	position:absolute;
  top:0px;
	left:0px;
}

#banner .ImageShow .eobModule
{
  	width:100%;
  	height: 100%;
}

/*
#banner:after
{
	content: " ";
	display:block;
	width: 100%;
	height: 100%;
	background: url("../css/images/royalstandards/bgTrans.png");
	position:absolute;
	z-index:10;
	top:0px;
}
*/

/**=============================**/
/**			WRAPPERS			**/
/**=============================**/

.Wrapper
{
	width: 960px;
	margin: 0px auto;
}

/**=========================**/
/**			HEADER			**/
/**=========================**/

#header
{	
	background: #fff;
	height: 92px;		
	position:relative;
}
/*
#header:after
{
	-webkit-transform: skew(0deg, 2deg);
    box-shadow:0px 10px 55px 5px #000;
    position:absolute;
    top: 29px;
    content: ' ';
    z-index:-1;
    width:470px;
    height:55px;
    background-color: #000;
  	background-color:#fff\0;
    right:14px;
}

#header:before
{
	-webkit-transform: skew(0deg, -2deg);
    box-shadow:0px 10px 55px 5px #000;
    position:absolute;
    top: 29px;
    content: ' ';
    z-index:-1;
    width:470px;
    height:55px;
    background-color:#000;
  background-color:#fff\0;
    left:14px;
}
*/
#header #logo
{
	margin: 14px 5px 5px 12px;
	float: left;	
}

/**=========================**/
/**			MENU			**/
/**=========================**/

#menu{
	text-align: left;	
	float:right;
}


#menu ul {
	margin: 3px 0px 0px 0px;
	padding: 5px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 15px 1px;
}

#menu ul li .eobSelected
{
	display: inline;	
}


#menu ul li a
{
	display:inline-block;
	height: 32px;
	line-height: 32px;
	padding: 26px 15px;
	font-size: 19px;
	margin: 0px;	
	color: #666;	
  
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */
  	background: bottom left;
}

#menu ul li .eobSelected a{
    color: #C4261D;
	background: url("../css/images/royalstandards/menuBg.jpg") bottom center no-repeat;
}

#menu ul li a:hover{
	color: #C4261D;
	background: url("../css/images/royalstandards/menuBg.jpg") bottom center no-repeat;
}

#menu ul li a.MobileVisible
{
  	display:none;
}

/**==============================**/
/**			PROMO			**/
/**=============================**/

#promo{
	text-align: left;	
	min-height: 335px;
	text-align:center;
}


#promo ul {
	margin: 0px;
	padding: 5px;
}

#promo ul li{
	display: inline;
	margin: 0px;
	padding: 15px 1px;
}

#promo ul li .eobSelected
{
	display: inline;	
}


#promo ul li a
{
	height: 32px;
	line-height: 32px;
	padding: 0px 10px;
	font-size: 13px;
	margin: 0px;	
	border-right: 1px solid #ccc;
}

#promo ul li .eobSelected a{

}

#promo ul li a:hover{

}

#clients
{
	background: #e5e5e5;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 18px;
  	height: 75px;
  	overflow:hidden;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);	
}

#clients .Wrapper
{
	
}

#clients ul {
	margin: 18px 0px;
	padding: 5px;
	display:inline-block;
}

#clients ul li{
	display: inline;
	margin: 0px;
	padding: 5px 0px;
}

#clients ul li .eobSelected
{
	display: inline;	
}


#clients ul li a
{
	height: 32px;
	line-height: 32px;
	padding: 5px 28px;
	
	margin: 0px;	
	border-right: 1px solid #ccc;
	color: #666;
}

#clients ul li:last-child a
{
  	border:none;
}

#clients ul li .eobSelected a{
	color:#000;
}

#clients ul li a:hover{
	color:#000;
}

/**=========================**/
/**			CONTENT			**/
/**=========================**/

#content
{
	background: #F8F8F8;
}

/**=========================**/
/**			MAIN			**/
/**=========================**/

#main{
	float: right;
	width: 665px;
	margin: 0px 0px;
	padding: 10px;
  	text-align:justify;
}


#main h1
{
	font-size:25px;
	background: url("../css/images/royalstandards/h1.jpg") bottom left no-repeat;
}

#main p
{

}

#main ul
{
  	list-style: square;
}

/**=========================**/
/**			LEFT			**/
/**=========================**/

#left{
	float: left;
	width: 230px;	
	padding: 10px 10px 10px 15px;
}

#left .eobModule
{	
	padding: 0px 0px 20px 0px;
}

#left .eobModule ul
{	
	padding: 0px 0px 0px 0px;
}

#left .eobModule ul li 
{	
	list-style: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
}

#left .eobModule ul li a{
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	color: #666;
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */
}

#left .eobModule ul li a:hover{
	background: #E9E9E9;
}

#left .eobModule ul li .eobSelected a,
#left .eobModule ul li.eobSelected a
{
	background: #E9E9E9;
	color: #C4261D;
}

#left .eobModule ul li ul
{
  	padding-left:20px;
}

#left .eobModule ul li.eobSelected ul li a
{
  	color: #666;
  	background: none;
}

#left .eobModule ul li ul li.eobSelected a 
{
	background: #E9E9E9;
	color: #C4261D;
}

#left .eobModule ul li ul li a:hover{
	background: #E9E9E9;
}

#left h2
{
	margin-left:-15px;
	background: url("../css/images/royalstandards/h2Left.jpg") top left no-repeat;
	padding: 7px 5px 25px 10px;
	font-size: 21px;
}

/**=========================**/
/**			FOOTER			**/
/**=========================**/

#footer
{
	border-top:5px solid #C4261D;
	background: #333;
	position: relative;
	padding: 15px 5px 15px 5px;
}

#footer ul
{
	padding: 0px;
}

#footer ul li{
	display: inline;
}

#footer ul li .eobSelected{
	display: inline;
}

#footer ul li a 
{
	padding: 10px 10px 10px 0px;
	
}

#footer ul li .eobSelected a
{
}

#footer ul li a:hover
{

}

#footerRight
{
	float:right;
}

#footerLeft
{
  float:left;
}

/**=========================**/
/**			MODULES			**/
/**=========================**/

.ArticlesDetail p
{
	padding: 10px 0px;
}

.RichTextContent p,
.RichTextShow p
{
	padding: 10px 0px;
}


.ProductsCatalogList
{
}

.ProductsCatalogRecommendedProducts  .Product,
.ProductsCatalogList .Product
{
	width: 215px;
	height: 238px;
	float:left;
	text-align:center;
	margin: 15px 10px;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #fff;
	padding: 1px 0px 0px 0px;
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */
}

.ProductsCatalogRecommendedProducts  .Product .Title,
.ProductsCatalogList .Product .Title
{
	height: 40px;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;	
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */
}

.ProductsCatalogRecommendedProducts  .Product .Title a,
.ProductsCatalogList .Product .Title a
{
	height: 40px;
	display:table-cell;
	vertical-align:middle;
	width: 215px;
	font-size:13px;
	color: #666;
}

.ProductsCatalogRecommendedProducts  .Product .Image,
.ProductsCatalogList .Product .Image
{
	background: #fff;
	width: 215px;
	height: 150px;
	display:table-cell;
	vertical-align:middle;
}

.ProductsCatalogRecommendedProducts  .Product .DetailsLink,
.ProductsCatalogList .Product .DetailsLink
{
	background:#E7E7E7 url("../css/images/royalstandards/prodPret.png") right center no-repeat;
	height: 45px;
	border-bottom:1px solid #ccc;
	font-size:13px;	
	text-align:center;
	position:relative;
  
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */

	height: 45px;
	line-height: 50px;
}

.ProductsCatalogRecommendedProducts  .Product .DetailsLink a,
.ProductsCatalogList .Product .DetailsLink a
{
	color: #fff;
  	-moz-transition: all 0.31s; /* Firefox 4 */
    -webkit-transition: all 0.31s; /* Safari and Chrome */
    -o-transition: all 0.31s; /* Opera */
}
/*
.ProductsCatalogList .Product .Prices .OldPrice
{
	font-size:12px;
	text-decoration: line-through;
	color: #aaa;
	position:absolute;
	top: 0px;
	width: 200px;
	text-align:center;
  	-moz-transition: all 0.31s; 
    -webkit-transition: all 0.31s; 
    -o-transition: all 0.31s; 
}
*/


.ProductsCatalogList .Product:hover
{
	/*border-top: 1px solid #C4261D;*/
}

.ProductsCatalogRecommendedProducts  .Product:hover .Title,
.ProductsCatalogList .Product:hover .Title
{
	/*border-top: 1px solid #C4261D;*/
	border-bottom: 1px solid #C4261D;
}

.ProductsCatalogRecommendedProducts  .Product:hover .Title a,
.ProductsCatalogList .Product:hover .Title a
{
	color: #C4261D;
}

.ProductsCatalogRecommendedProducts  .Product:hover .DetailsLink,
.ProductsCatalogList .Product:hover .DetailsLink
{
	border-bottom: 1px solid #55261D;
	background:#C4261D url("../css/images/royalstandards/prodPret.png") right center no-repeat;
}

.ProductsCatalogRecommendedProducts  .Product:hover .DetailsLink a,
.ProductsCatalogList .Product:hover .DetailsLink a
{
	color: #fff;
}

/************************************************************************/
/* FROM CSS FILE: forms.css */
/************************************************************************/

/** CSS pentru form **/

.FormBuilderForm form{padding:5px;} 
/*background-color:#eee;*/

.FormBuilderForm .eobFrmBuilderInput { display:block; margin:2px;}
.FormBuilderForm label {padding:2px; font-weight:bold;}
.FormBuilderForm input[type=checkbox].eobFrmBuilderInput { display:inline; margin:2px;line-height:22px;}
.FormBuilderForm form input[type=submit]{font-weight:bold; }

/** pentru utilizare separata de form builder **/
form input[type=submit]{font-weight:bold; }

.FormBuilderForm form input[type=button]{font-weight:bold; padding:5px;}

.eobRequiredField {color:#cc0000; font-size:17px; font-weight:bold;}

p.fieldDescription{margin:0px; padding:1px;font-size:11px;color:#999;}

.LinksList p {margin:0;padding:1px 0;}
.LinksList h3 {margin:0;padding:2px 0;} 

.eobError {color:#cc0000;font-size:12px; font-weight:bold;}
.eobErrors {color:#cc0000;font-size:14px; font-weight:bold;}

fieldset
{
   border:none;
  padding:0px;
}

legend
{
   padding:0px;

}

.eobFrmBuilderInputLabel
{
   font-weight:bold;
}

.eobFrmBuilderActionsContainer
{
  padding:3px 2px;
}

/************************************************************************/
/* FROM CSS FILE: module.css */
/************************************************************************/


.ArticlesContent .artImage
{
  	float:left;
  	margin-right: 10px;
}

.CategoriesDetail .CatImage img
{
  	max-width: 120px;
  	max-height: 120px;
}

.DownloadsSimpleList 
{
  	display:block;
  	clear:both;
}

#inst_form_contact
{
  	width:400px;
  	float:right;
  	margin-top: 50px;
}

#inst_cerere_oferta
{
  	margin-top: -25px;
  	width: 330px;
  	float:right;
}

input#searchText
{
  	width: 120px;
}

.BreadcrumbsList ul
{
  	padding:0px;
  	list-style:none;  	
}

.BreadcrumbsList ul li
{
  	display:inline;	
}

.BreadcrumbsList ul li a
{
  	color: #555;
  	
  	text-decoration:underline;
}

.BreadcrumbsList ul li:after
{
  	content:" - ";
}

.BreadcrumbsList ul li:last-child:after
{
  	content:" ";
}


#inst_menu_neauth,
#inst_menu_client
{
  	float:right;
  	
}

#inst_menu_client ul li:first-child a
{
  	border-left: 1px solid #ccc;
}


#inst_logo_footer
{
  	opacity:0.8;
}

.CategoriesList
{
  	margin-bottom: 20px;
}

.CategoriesList .Category
{
  	float:left;
  	width: 303px;
  	padding: 0px 0px;
  	margin-right: 5px;
  	margin-left: 5px;
  	font-size: 12px;
  	border-bottom: 1px solid #dedede;
  	min-height: 30px;
}

#left .CategoriesList .Category 
{
	float: none;
	width: auto;
}

.CategoriesList ul
{
  	list-style:none;
  	padding: 0px;
}

.CategoriesList ul li
{
  	list-style:none;
}

.CategoriesList ul li a
{
  	display:block;
  	padding: 5px 2px;
}

.CategoriesList ul li a:hover
{
  	background: #eee;
}

.DictionarLetters 
{
  	font-size: 22px;
    letter-spacing: 3px;
  	margin: 10px 0px; 
}

.termDef
{
  	padding: 10px 0px;
}

.DownloadsAttachmentsList  table
{
  	width: 100%;
}

.DownloadsAttachmentsList  table tr th
{
  	background: #eee;
  	padding: 5px;
}

.DownloadsAttachmentsList  table tr td
{
  	border-bottom:1px solid #eee;
  	padding: 5px;
}

.DownloadsAttachmentsList  table tr:hover td
{
  	background: #f3f3f3;
}

.GalleryDetails .GalleryItem 
{
  	float:left;
  	width: 180px;
  	height: 210px;
  	text-align:center;
  	border:1px solid #eee;
  	background: #fff;
  	margin: 3px 1px;
  	padding: 5px 2px;
}

.GalleryDetails .GalleryItem:hover
{
  	border:1px solid #ccc;
}

.GalleryDetails .GalleryItem .Title
{
  	height: 30px;
}

.GalleryDetails .GalleryItem .Image
{
  	width: 180px;
  	height: 170px;
  	display:table-cell;
  	vertical-align:middle;
}

.ArticlesList 
{
}

#main .ArticlesList ul
{
  	padding:0px;
  	list-style:none;
}

#main .ArticlesList ul li
{
  	padding:0px;
  	list-style:none;
  	border-bottom:1px solid #ccc;
  	padding: 5px 0px;
}

#left .ArticlesList ul li a
{
  	border-bottom:none;
  	font-weight:bold;
}

#left .ArticlesList ul li .shortDesc
{
  	border-bottom: 1px solid #ccc;
  	padding:5px;
  	font-size: 11px;
}




 .Images
{
	width: 291px;
	float:left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	text-align:center;
}



 .Images .BigImage
{
	border:1px solid #eee;
background: #fff;
	padding: 5px;
	margin: 0px;
  margin-bottom: 5px;
  margin-right: 0px;
    min-height: 200px;
}

.Images .BigImage img
{
  	
}

.Images .BigImage img:hover
{
  	
}

 .Images .BigImage a
{
display:block;
width: 300px;
	height: 200px;
display: table-cell;
vertical-align: middle;
text-align:center;
}

 .Images .Image
{
	border:1px solid #eee;
	
padding: 5px;
	margin: 0px 1px 5px 0px;
	width: 60px;
	height: 60px;
background:#fff;
	float:left;
}

.Images .Image img
{
  	max-width: 60px;
  	max-height: 60px;
}

.Images .Image img:hover
{
  		
}

 .Images .Image:nth-child(4n+1)
{
  	margin-right:0px;
}

 .Images .Image a
{
display:block;
width: 600px;
	height: 60px;
display: table-cell;
vertical-align: middle;
text-align:center;
}

 .Characteristics
{
	width: 280px;
	padding: 10px 5px 10px 0px;
	float: left;
  	margin-left: 10px;
background: none;
}

 .Characteristics .Characteristic
{
	border-bottom:1px dotted #ddd;
	padding: 3px;
}

 .Characteristics .Name
{
	text-align:left;
	float:left;
}


.ProductsCatalogCategories
{
  clear: both;
}

.ProductsCatalogDescription
{
  	float:left;
  	padding: 10px 10px;
}

.ProductsCatalogDescription ul
{
  	list-style:none;
  	padding-left: 30px;
}

 .Characteristics .Value
{
	float:right;
	text-align:right;
}


 .Characteristics .charTitle
{
  font-weight:bold;
}



.ProductsCatalogPriceBuy
{
width: 360px;
	padding: 10px 5px 10px 0px;
	float: right;
position:relative;
}



.ProductsCatalogPriceBuy .Price
{
   padding-top: 5px;
   font-size:  17px;
   font-weight: bold;
}

.ProductsCatalogPriceBuy .OldPrice
{
    color: #aaa;
  text-decoration: line-through;
}

.ProductsCatalogPriceBuy form
{
   position: absolute;
  top: 10px;
  right: 5px;
  
}

.ProductsCatalogPriceBuy form input[type=submit]
{
  	background: #e50000;
  	padding: 5px 10px;
  	font-size: 17px;
  	font-weight: bold;
  	color: #fff;
  	border:none;
  	cursor:pointer;
  	border-radius: 2px;
  text-shadow: -1px -1px 0px #550000;
}

#clients .ProductsCatalogBrands ul li a
{
  	border:none;
  	padding: 0px 9px;
}

#inst_contulMeuBtn
{
  	
}

#promo .AuthLogout 
{
  	padding-top: 240px;
  	color: #fff;
  	font-size: 17px;
  	text-shadow: 0px 0px 5px #000;
}

#promo .AuthLogout p
{
  	display:inline-block;
}

#promo .AuthLogout a
{
  	display:block;
}

.noContLink
{
  	font-size: 17px;
  	padding-left: 10px;
  	margin-left: 10px;
  	border-left: 1px solid #ccc;
}

.editare_utilizator8 .eobFrmBuilderInput .label
{
  	font-size: 17px;
  	font-weight: bold;
  	color :#333;
}

/************************************************************************/
/* FROM CSS FILE: shoppingCart.css */
/************************************************************************/



#inst_inregContSwitch  ul,
.ShoppingCartCheckout .FormBuilderStateSwitch ul
{
  	padding: 10px 5px 5px 5px;
}

#inst_inregContSwitch  ul li,
.ShoppingCartCheckout .FormBuilderStateSwitch ul li
{
  	list-style:none;
  	display:inline;
  	padding: 10px;
  	border-bottom:1px solid #ccc;
}

#inst_inregContSwitch  ul li.eobSelected,
.ShoppingCartCheckout .FormBuilderStateSwitch ul li.eobSelected
{
  	border:1px solid #ccc;
  	border-bottom:none;
}

#inst_inregContSwitch ul li a,
.ShoppingCartCheckout .FormBuilderStateSwitch ul li a
{
	color: #999;
  	padding: 7px 7px 7px 5px;
}

#inst_inregContSwitch  ul li.eobSelected a,
.ShoppingCartCheckout .FormBuilderStateSwitch ul li.eobSelected a
{
  	color:#333;
}

.BonusPointsInfo,
.UseBonusPointsInfo
{
  display:block;
  clear:both;
}

.ShoppingCartUserHistory  .BonusPointsInfo
{
  	font-weight:bold;
  	margin-bottom: 10px;
}

.ShoppingCartPaymentDelivery .BonusPointsInfo
{
  	font-weight:bold;
  	padding-top:10px;
}

.ShoppingCartDetails tr td
{
  	border-bottom: 1px solid #e1e1e1;
  	padding: 2px 0px;
}

#plataPuncte,
#ramasDePlata
{
  	text-align:right;
}

.ShoppingCartBasket,
.ShoppingCartPreview
{
	
}
.ShoppingCartPreview tr th,
.ShoppingCartBasket tr th
{
	text-align:left;
	padding:5px;
	background:#E6E6E6;
  font-size: 14px;
	
}

.ShoppingCartPreview tr td,
.ShoppingCartBasket tr td
{
	padding:5px;
	border-bottom:1px solid #ccc;  	
}

.ShoppingCartBasket tr td
{
  	font-size: 14px;
}

.ShoppingCartPaymentDelivery .eobModule
{
	float:right;
	width:340px;	
	display: inline-block;
  	padding: 5px 5px;
  
  	font-size: 14px;
}

.ShoppingCartPaymentDelivery .eobModule select
{
	float:right;
  	width: 200px;
}

.ShoppingCartPaymentDelivery:after
{
	 visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.ShoppingCartQuantityInput
{
  	width: 87px;
}

.ShoppingCartDetails .eobModule
{
	float:right;
	width:343px;
  	padding: 5px;
  	font-size: 17px;
}

.ShoppingCartDetails:after
{
	 visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.ShoppingCartDetails #totalBascketSum
{
	text-align:right;
}

.ShoppingCartDetails #paymentMethodPrice
{
	text-align:right;
}

.ShoppingCartDetails #deliveryMethodPrice
{
	text-align:right;
}

.ShoppingCartDetails #totalDePlata
{
	text-align:right;
}

.ShoppingCartButtons input[type=submit],
.ShoppingCartButtons input[type=button]
{
	font-weight:bold;	
 	margin-left:1px;
}



/**
  SHOPPING CART USER HISTORY
**/


.ShoppingCartUserHistory
{

}

.ShoppingCartUserHistory table th
{
   text-align:left;
   background: #888;
   color: #fff;
   padding: 3px;
   padding-left: 5px;
}

.ShoppingCartUserHistory table td
{
   text-align:left;
   border-bottom: 1px solid #999;
   padding: 3px;
   padding-left: 5px;
}

.ShoppingCartUserHistory table td a
{
   font-weight: bold;
}

.ShoppingCartUserHistory .orderDetailsTable th
{
   background: #ccc;
   text-align:left;
   color: #333;
   padding: 3px;
   padding-left:5px;
   font-weight:bold;
}

.ShoppingCartUserHistory .orderDetailsTable td
{
    border-bottom:1px solid #eee;
   padding: 3px;
   padding-left:5px;
}


.ShoppingCartUserHistory .paymentsTable th
{
   background: #ccc;
   text-align:left;
   color: #333;
   padding: 3px;
   padding-left:5px;
   font-weight:bold;
}

.ShoppingCartUserHistory .paymentsTable td
{
    border-bottom:1px solid #eee;
   padding: 3px;
   padding-left:5px;
}
.ShoppingCartLite  .ShoppingCarLiteTitle h2
{
  	
}
.ShoppingCartLite  .ShoppingCarLiteTitle h2:before
{
  	content:" ";
  	background: url("../css/images/royalstandards/cosC.jpg") center left no-repeat;
  	display:inline-block;
  	width: 35px;
  	height: 30px;
  	float:left;
}

.ShoppingCartLite  .ShoppingCartLiteTopText
{
  	font-size: 14px;
  	font-weight:bold;
}

.ShoppingCartLite  .ShoppingCartLiteRow
{
  	padding: 5px 0px;
  	border-bottom: 1px solid #ddd;
}

.ShoppingCartLite  .ShoppingCartLiteTotalRow
{
  	font-weight: bold;
  	padding: 5px 0px;
}

/************************************************************************/
/* FROM CSS FILE: responsive.css */
/************************************************************************/

/*MEDIA QUERIES*/

@media all and (max-height: 768px)
{
	#banner
  	{
    	top:-130px;
  	}
  
  	#promo
  	{	
    	min-height: 205px;
  	}
  
    #inst_contulMeuBtn
    {
      padding-top: 110px;
    }
    
    #promo .AuthLogout 
    {
      padding-top: 110px;
    }
}
@media all and (min-width: 768px) and (max-width: 960px)
{
 
  	  	
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
::-webkit-scrollbar-track {
    background:#eee;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;    
	background: #888;
}
  
  	body,html
  	{
    	/*overflow:hidden;*/
  	}
  
  	.Wrapper
    {       	
        width: auto;
    	
    }
  
  	#content  	
  	{
    	position:relative;
    	
  	}
  
  	#main
  	{
    	float:right;
    	width: 70%;
    	padding: 0px 5px 0px 5px;    	
    	margin: 0px;
    	/*
    	width: calc(100% - 210px);
    	width: -moz-calc(100% - 210px);
    	width: -webkit-calc(100% - 210px);    	
    	*/
  	}
  
  	#left
  	{	
    	float:left;
    	
    	width: 23%;
  	}
  	#left h2
  	{
    	font-size: 17px;
  	}
  
  	#footer
  	{
    	
  	}
  
  	.ProductsCatalogList .Product
  	{
    	width:180px;
    	margin: 5px;
  	}
  
  	.ProductsCatalogList .Product .Title a
  	{
    	width:180px;
    	font-size: 14px;
  	}
  
  	.ProductsCatalogList .Product .Image,
    .ProductsCatalogList .Product .Prices .OldPrice
  	{
    	width:180px;
  	}
  
  	#banner
  	{
    	top:-130px;
  	}
  
  	#promo
  	{	
    	min-height: 205px;
  	}
  
  	#promo .AuthLogout ,
  	#inst_contulMeuBtn
    {
    	padding-top:110px;
    }
  
  	.Characteristics,
  	.ProductsCatalogPriceBuy
  	{
    	width: 280px;
	}	
}


@media all and (max-width: 768px) {
    
  	
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
::-webkit-scrollbar-track {
    background:#eee;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;    
	background: #888;
}
  
  	.Wrapper
    {       	
        width: auto;
    	/*padding-left:35px;*/
    }
  
  	#footer
  	{
    	display:none;
    }
  
  
  	#main
  	{
    	float:none;
    	padding: 0px;
    	margin:0px;
    	width: auto;
    	padding: 0px 5px;
  	}
  
  	#left
  	{	
    	/*
    	width: 200px;
    	position:fixed;
    	top:0px;
    	left: -210px;
    	background: #333 url("../css/images/royalstandards/bgLeft.jpg") top right no-repeat;    	
    	padding: 40px 40px 20px 10px;
    	z-index: 10000px;
    	color: #999;
    	height:100%;
    	overflow:auto;
        transition: all 0.31s;
        -moz-transition: all 0.31s; /* Firefox 4 */
       /* -webkit-transition: all 0.31s; /* Safari and Chrome */
       /* -o-transition: all 0.31s; /* Opera */
    	background: #333;
    	float:none;
    	width: auto;
    	margin-top: 10px;
  	}
  
  	/*#left:hover,*/
  	#left:focus,
  	#left:active
  	{
    	left: 0px;
  	}
  
  	#left h2,
  	#left .ShoppingCartLite .ShoppingCarLiteTitle h2
  	{
    	font-size: 17px;
    	background: none;
    	margin:0px;
    	padding: 0px;
    	display:block;
    	border-bottom: 1px solid #666;
  	}
  
  	#left .ShoppingCartLite .ShoppingCarLiteTitle h2:before
  	{
    	background: none;
    	display:none;
  	}	
  
  	#left .eobModule ul li 
  	{
    	border-bottom:none;
  	}
  
  	#left .eobModule ul li a
  	{
    	border-bottom: 1px solid #444;
  	}	
  
  	#left .ArticlesList
  	{
    	display:none;
  	}
  
  	#banner
  	{
    	display:none;
  	}
  	
  	#header
  	{
    	height: auto;
    	margin:0px;
    	border:none;
    	border-bottom:1px solid #ccc;
  	}
  
  	#header:before,
  	#header:after
  	{
         display:none;
  	}
  
  	#clients
  	{
    	padding: 1px;
    	height: 35px;
  	}
  	
  	#clients ul 
  	{
    	margin:2px;
    	padding: 0px;
  	}
  
  	#clients ul li a
    {
  		  font-size: 14px;
    	padding: 5px 7px;
    }
  
  	#menu
  	{
    	background: #eee;
    	width: 100%;
    	float:left;
    	
  	}
  
  	#menu ul li a
  	{
    	font-size: 14px;
    	padding: 5px;
  	}
  
  	#menu ul li .eobSelected a,
  	#menu ul li a:hover
  	{
  		background: none;
  	}
  
  	#menu ul li a.MobileVisible
    {
        display:inline-block;
    }
  
  	#menu ul li a.MobileHidden
    {
        display:none;
    }
  
  	.ProductsCatalogList .Product
  	{
    	float:none;
    	width: auto;
    	margin: 10px 5px;
    	text-align:left;
    	background: #fff;
  	}
  
  	.ProductsCatalogList .Product .Title a
  	{
    	width: auto;
    	font-size: 17px;
    	padding-left: 10px;
    	font-weight:bold;
  	}
  
  	.ProductsCatalogList .Product .Image,
    .ProductsCatalogList .Product .Prices .OldPrice,
  	.ProductsCatalogList .Product .Prices
  	{
    	width: auto;
    	padding-left: 10px;
    	text-align:left;
  	}
  
  	.ProductsCatalogList .Product .Image
    {
    	display:block;
    	text-align:center;
    	padding-top:5px;
    	padding-left: 0px;
    }
  
  	#banner
  	{
    	top:-130px;
  	}
  
  	#promo
  	{	
    	min-height: 10px;
    	background: #999;
  	}
  
  	#promo .AuthLogout ,
  	#inst_contulMeuBtn
    {
    	padding-top:110px;
    	font-size:12px;
    }
  
  	#footerRight
  	{
    	float:none;
  	}
  
  	.Characteristics,
  	.ProductsCatalogPriceBuy
  	{
    	width: auto;
    	float:none;
	}	
  
  	.ShoppingCartPaymentDelivery .eobModule,
  	.ShoppingCartDetails .eobModule
    {
        float:none;
        width:auto;	
	}
  
  	.ShoppingCartQuantityInput
    {
    	width: 30px;
    }
  
  	.ShoppingCartBasket tr td,
  	.ShoppingCartBasket tr th
  	{
    	font-size:12px;
  	}
  
  	.ShoppingCartBasket tr td:first-child,
  	.ShoppingCartBasket tr th:first-child
  	{
    	display:none;
  	}
 
  
  	#inst_contulMeuBtn
    {
        padding-top: 10px;
    }
    
    #promo .AuthLogout 
    {
        padding: 10px 0px;     
    }

}

/************************************************************************/
/* FROM CSS FILE: fullwidth.css */
/************************************************************************/

#main
{
  	float:none;
  	width: 98%;
}

/************************************************************************/
/* FROM CSS FILE: default.css */
/************************************************************************/

