HTML, BODY {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

.content_container {
	min-height: 100%;
	min-width: 1000px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "auto");
}

* html .content_container {
	height: 100%;
}

.content {
	padding: 10px;
}

.footerholder {
	height: 26px; 
	display: block; 
	clear: both;
}

.clear{
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
}

.footer_container {
	height: 26px; 
	margin-top: -36px;
	min-width: 1000px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "auto");
}


#main_menu {
	height: 34px; 
	background: #213769 url('images/tl_c.gif') top left no-repeat;
}

#main_menu div {
	height: 34px; 
	background: url('images/tr_c.gif') top right no-repeat;
	padding: 0px;
	
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 34px;
	list-style: none;
}

#main_menu ul li {
	display: block;
	float: left;
	height: 34px;
	width: 10.2%;
	border-right: 1px solid #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#main_menu ul li.first img {
	margin-top: -5px;
}

#main_menu ul li.first  {
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
}

#main_menu ul li.last {
	width: 16.6%;
	border-right: 0px;
	clear: right;
}

#main_menu ul li.active {
	background-color: #6c8bd3;
}

#main_menu ul li a {
	color: #FFF;	
	text-decoration: none;
	padding-top: 10px;	
	display: inline-block;
	width: 100%;
	height: 24px;
}

#main_menu ul li a:hover {
	1text-decoration: underline;
	background-color: #6c8bd3;
}

.footer {
	height: 26px; 
	background: #213769 url('images/bl_c.gif') bottom left no-repeat;
	position: relative;
	margin: 0px 10px;
}

.footer div {
	height: 26px; 
	background: url('images/br_c.gif') bottom right no-repeat;
	font-size: 11px;
	color: #a3b6e3;	
	text-align: left;	
}

.footer ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	margin-top: 5px;
	display: inline-block;	
}

.footer ul li {
	display: inline;
	margin-right: 30px;
}

.footer ul li a {
	color: #a3b6e3;	
}

.footer .rights {
	display: block;
	float: right;
	margin-top: 5px;
	border-left: 1px solid #a3b6e3;
	padding-left: 25px;
	margin-right: 25px;
}

.main_content {
	margin: 2px 0px;
	position: relative;
	1height: expression(document.body.clientHeight-100);
}

.main_content img {
	margin: 0px;
}

#menu {
	width: 56px;
	height: 235px;
	top: 20px;
	right: 0px;
	background: url('images/menu_bg.png') top left no-repeat; 
	position: absolute;
	padding: 9px 8px 8px 8px;
	z-index: 100;
}

#menu a.button {
	display: block;
	width: 40px;
	height: 42px;
	border: 0px solid red;
	margin-bottom: 1px;
	text-align: center;
	
}

#menu a.button:hover {
	background:  #92c5ed; 
}

#menu a.btop:hover {
	background:  url('images/menu_over_top.gif') top left no-repeat; 
}

#menu a.bbottom:hover {
	background:  url('images/menu_over_bottom.gif') top left no-repeat; 
}

#menu a.button_cart {
	display: block;
	width: 40px;
	height: 42px;
	border: 0px solid red;
	margin-bottom: 1px;
	text-align: center;
	
}
#menu a.button_cart:hover {
	background:  #92c5ed; 
}

#menu img {
    margin-top: 10px;
	border: 0px;
}

#menu img.login {
    margin-top: 17px;
	border: 0px;
}

.nav_block {
	width: 339px;
	position: absolute;
	right: 95px;
	top: 0px;
	display: none;
}

.nav_block .head {
	height: 4px;
	background:  url('images/blue_block_top.png') top left no-repeat; 
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.nav_block .cont {
	background-color:  #213769; 
	height: 85px;
	padding: 10px 20px;
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 20px;
}

.nav_block .cont span {
	font-size: 14px;
}

.nav_block form {
	margin: 5px 0px;
	padding: 0px;
}

.nav_block .cont a {
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 13px;
	display: inline;
}

.nav_block .foot {
	height: 4px;
	background:  url('images/blue_block_bottom.png') top left no-repeat; 
}

.nav_block_botlog {
	height: 18px;
	background:  #213769; 
}

.nav_block_botlog div {
	padding-left: 20px;
}

.nav_block_botlog div a {
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 13px;
	display: inline;
}

.input_rc {
	width: 218px;
	height: 21px;	
	background:  url('images/input-bg.gif') top left no-repeat; 
	border: 0px;
	margin: 5px 0px;
}

.nav_block .submit {
	1vertical-align: middle;
	float: right;
	margin-top: 12px;
}
#nav_block_search {

}
#nav_block_search .cont {
	height: 85px;
}

#nav_block_search .cont .age{
	width: 40px;
}
#nav_block_search .cont #advanced_search_block {
	display: none;
}
#nav_block_search .cont .sexblock{
	padding-top: 5px;
}
#nav_block_search .cont .ageblock{
	padding-top: 5px;
}

#nav_block_search .submit, #nav_block_login  .submit {
	width: 55px;
	height: 55px;	
	background:  url('images/search_btn.gif') top left no-repeat; 
	border: 0px;
	font-family: Tahoma;
	font-weight: bold;
	color: #213769;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
#nav_block_search .submit div, #nav_block_login  .submit div {
	padding-top: 15px;
}

#nav_block_search .cont .search_params_title{
	float: left;
	text-align: left;
	width: 140px;
}
#nav_block_search .cont .search_params_value{
	float: left;
	text-align: left;
}

#nav_block_login  .submit {
	margin-top: 5px;	
}

#nav_block_login  a.sign_in {
	font-family: Tahoma;
	color: #ff9b2f;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

#nav_block_login  div.sign_in_ac {
	font-size: 12px; 
	padding-top: 10px;
	line-height: 1.4em;
}

.nav_block label {
    color: #ffffff;
	font-size: 13px;
	display: block;
	width: 65px;
	clear: left;
	float: left;
	line-height: 32px;
}

#nav_block_login .input_rc {
	width: 168px;
	height: 21px;	
	background:  url('images/input-bg-l.gif') top left no-repeat; 
	border: 0px;
	margin: 5px 0px;
	float: left;
}

#nav_block_login {
	top: 50px;
}

#nav_block_login .cont {
	height: 120px;
}

#nav_block_map {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 700px;
	height: 100%;
	border: 1px solid #213769;
	display: block;
	visibility: hidden;
	z-index: 100;
}

#nav_block_map .search {
	background: #213769;
	height: 80px;
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 20px;
	padding: 10px 15px;	
}

#nav_block_map .map {
	1background: #fff url('images/map.jpg') bottom left;
	height: 300px;
	width: 100%;
	overflow: hidden;
	border: 0px solid red;
	1position: relative;
}

#nav_block_map .map img {
	margin: 0px;
}


#nav_block_shoplist {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 770px;
	height: 100%;
	background: #000644;
	border: 1px solid #213769;
	display: none;
	z-index: 100;
}

h2 {
	color: #a3b6e3;
	font-size: 20px;
	font-weight: normal;
	padding: 15px;	
}

.left_border {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 2px;
	background: #fff;
	border-right:  1px solid #213769; 
}

#slider {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 12px;
	height: 41px;
	background: url('images/slider.gif') top left no-repeat;
	cursor: w-resize;
}

.close_block {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 8px;
	height: 8px;
	background: url('images/close_icon.gif') top left no-repeat;
	cursor:hand;
	margin: 0px;
	padding: 0px;
}




#im {
	width: 100%;
}

#mp {
	width: 100%;
	/*height: 900px;*/
	background-color:  #bad5ee; 
}

#mp_search {
	/*height: 900px;*/
	background-color:  #fff; 
	border: 1px solid #213769;
}

#message {
  font-family: Tahoma;
  position: absolute;
  margin-left: -135px;
  top: 15%;
  left: 50%;
  text-align: center;
  z-index: 1000000;
  display: none;
  background: url("images/message.png");
  width: 349px;
  height: 241px;
  color: #fff;
}

.mbottom a{
  text-decoration: none;
}

.top_menu {
	1width: 80%;
	1width: 804px;
	background-color: #dbeeff;
	1margin: 0px auto;
}

.top_menu div.menu_links {
	padding: 30px 0 30px 0;
	padding-right: 50px;
	float: right;
	color: #2a58c1;
}

.top_menu div.shop_logo {
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}

.top_menu div.shop_logo div a {
	font-size: 11px;
}

.top_menu a {
	font-size: 14px;
	color: #2a58c1;
}

.top_menu a.top_menu_sel {
	text-decoration: none;
	color: #F70;
}

.shopdsc {
	width: 583px;
	background-color: #FFF;
	float: left;
	padding: 1px 1px 0 1px;
}

.shopdsc .s1 {
	float: right;
}
.shopdsc .s2 {
	float: left;
	padding-right: 10px;
}

.shopdsc .top_part {
	width: 560px;
	padding: 10px;
}
.shopdsc .top_part .shopl {
	float: right;
	padding-right: 10px;
}
.shopdsc .top_part .shopl a {
	font-weight: bold;
	font-size: 17px;
	color: #2a58c1;
}

.shopdsc .bottom_part {
	padding-right: 10px;
	border: 0px solid red;
	overflow: hidden;
}

.shopdsc .bottom_part .shopimleft {
	float: left; 
	margin-right: 20px; 
}




.shopdsc .top_part .shopimright {
	display: block; 
	float: right; 
	margin: 20px; 
}

.shopdsc .top_part a.img_link img {
	border: 0px;
}

.shoptxtb {
	font-size: 12px;
	font-weight: bold;
	color: #5e6e91;
	line-height: 2.0em;
	padding-left: 29px;
	padding-top: 52px;
}

.shoptxts1 {
	font-size: 12px;
	color: #5e6e91;
	line-height: 2.0em;
	padding-left: 29px;
	padding-top: 22px;
	padding-right: 29px;
}

.shoptxts2 {
	font-size: 12px;
	color: #5e6e91;
	line-height: 2.0em;
	padding-top: 22px;
	padding-right: 29px;
}

.shopmenu {
	float: left;
}

.shoptitlehead {
	width: 215px;
	padding-left: 20px;
}
.shoptitlehead h1 {
	padding:0;
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #213769;
}
.shoptitle {
	width: 215px;
	font-size: 24px;
	color: #213769;
	padding-left: 20px;
	margin-bottom: 5px;
}

.products {
	width: 215px;
	background-color: #FFF7E7;
	margin-top: 1px;
	margin-left: 4px;
}

.phead {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 22px;
	color: #ff7700;
}

.phead a {
	color: #ff7700;
	text-decoration: none;
}

.phead a:hover{
	text-decoration: underline;
}
.seeall {
	padding-left: 25px;
}
.seeall a {
	color: #2a58c1;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
}

.pitem {
	padding-top: 15px;
	padding-left: 45px;
}

.pitem a {
	font-size: 16px;
	color: #2a58c1;
}

.mpcont {
	width: 820px;
	margin: 0px auto 30px auto;
	border: 0px solid red;
}

.contact {
	width: 903px;
}

.categories_list {

}

.pshopname {
	float: left;
}
.pshopname h1 {
	padding:0;
	padding-top: 3px;
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #213769;
}
.pshopdelim {
	font-size: 32px;
	color: #213769;
	float: left;
	line-height: 1.2em;
}
.pshopdelim span{
	font-size: 14px;
}
.pshopdelim span a{
	font-size: 17px;
	color: #2a58c1;
}
.prodcont {
	width: 821px;
}
.pcat {
	vertical-align: top;
	width: 257px;
	background-color: #FFF7E7;
	height: 100%;
}

/* Opera, IE */
.pcat .rocon-tr, 
.pcat .rocon-br { 
    
display:none; 
}
.pdsc {
	vertical-align: top;
	width: 563px;
	background-color: #FFF;
	height: 100%;
}


/* Opera, IE */
.pdsc .rocon-tl, 
.pdsc .rocon-bl { 
	display:none; 
}

.pborder {
	width: 1px;
}

.pheadh {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.pheadh h1 {
	padding:0;
	margin:0;
	font-size: 26px;
	color: #2a58c1;
}
.pheadcat_l {
	padding-left: 30px;
	padding-top: 2px;
	width: 95px;
	float: left;
}
.pheadcat_r {
	padding-left: 30px;
	padding-top: 2px;
	width: 95px;
	float: left;
}
.pheadcat_item {
	padding-top: 13px;
	font-size: 14px;
	color: #4d4d4d;
	width: 95px;
}

.pheadcat_item a {
	text-decoration: none;
	color: #4d4d4d;
}

.pheadh a {
	color: #2a58c1;
}

.pdsctxt {
	padding-left: 30px;
	padding-top: 28px;
	padding-right: 35px;
	line-height: 2.0em;
	font-size: 12px;
	color: #5e6e91;
}

.pims {
	padding-left: 30px;
	padding-top: 22px;
}

.pim {
	margin-left: 27px;
	float: left;
}
.pim img {
	padding: 1px;
	margin:0;
	line-height: 0;
	border: 1px solid #5B76A3;
}
.pimslink {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	font-size: 14px;
	float: right;

}
.pimslink a {
	color: #2a58c1;
}
.plcategories_cont {
	1margin: 0px auto;
	border: 1px solid red;

}
.plcategories {
	width: 800px;
	padding: 20px 10px 20px 10px;
	background-color: #FFF7E8;
	line-height: 2.0em;
	text-align: center;
	position: relative;
	z-index: 11;
}

.plcategories a {
	margin-right: 31px;
	font-size: 15px;
	color: #2a58c1;
	white-space: nowrap;
}

.plcategories a.current {
	text-decoration: none;
	color: #F70;
}

.alphabet {
	width: 100%;
	text-align: center;
}

.alphabet span {
	margin: 0 auto;
	padding: 0;
	width: auto;
	display: table;
}

* html .alphabet span {
display: inline-block;
}
*:first-child+html .alphabet span {
display: inline-block;
}

.plcategories .lettercont {
	height: 28px;
	width: 32px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}
.plcategories .categcont {
	float: left;
	position: relative;
	margin-top: 5px;
	z-index: 13;
}

.plcategories .lettercont a {
	text-decoration: none;
	border: 0px solid red;
	display: inline-block;
	margin: 0px;
}
.plcategories .lettercats {
	left: -45px;
	top: 29px;
	text-align: left;
	position: absolute;
	padding: 15px;
	border: 1px solid #2670D9;
	background-color: #ECF6FF;
	display: none;
	z-index: 13;
}
a.hoverlink div.letter {
  background-position: bottom;
}

.plcategories .letter {
	background: url('images/letter_bg2.gif');
	height: 28px;
	width: 32px;
	position: relative;
}


.plcategories .letter div {
	text-align: left;
	font-size: 15px;
	color: #FFF;
	padding-left: 7px;
	cursor: pointer;
}

.lettercats a {
	font-size: 12px;
	color: #2a58c1;
	text-decoration: underline;
	display: block;
}

.plcategories_border {
	line-height: 0px;
	font-size: 0px;
	width: 902px;
	height: 1px;
	background-color: #BAD5EE;
}

.plproducts {
	position: relative;
	z-index: 10;
	width: 820px;
	padding: 20px 0 20px 0px;
	background-color: #FFF;
}
.plpagination {
	position: relative;
	z-index: 98;
	font-family: "Tahoma";
	font-size: 13px;
}
.plpagination a {
	color: #6c8bd3;
	margin-right: 7px;
}
.plpagination b {
	margin-right: 7px;
}
.plprodcount {
	font-weight: bold;
	color: #213769;
	margin-right: 35px;
}
.width820 {
	width: 820px;
}
.width98p {
	width: 95%;
}
.width410 {
	width: 400px;
}
.plproduct {
	float: left;
	border: 1px solid red;
}
.plprodname {
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
}
.plprodname a {
	color: #6c8bd3;
}

.plprodprice {
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

.plprodprice span {
	margin: 0 auto;
	padding: 0;
	width: auto;
	display: table;
}

* html .plprodprice span {
display: inline-block;
}
*:first-child+html .plprodprice span {
display: inline-block;
}

.plprodprice div.plprodpv {
	background: #213769;
	fwidth: 80px;
	color: #fff;
	font-size: 14px;
	font-family: "Tahoma";
	padding: 2px 0 2px 0;
	float: left;
}
.plprodprice div.plprodpv_l {
	height: 21px;
	width: 10px;
	background: url('images/price_l.gif'); 
	float: left;
}
.plprodprice div.plprodpv_r {
	height: 21px;
	width: 10px;
	background: url('images/price_r.gif'); 
	float: left;
}

.thumbnails {
margin: 0em 0 0 -20px;
text-align: center;
}
.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 3em 0 0 2em;
}
.thumbnail .r {
	width: 14em;
	float: left;
}
.srimage {
	height: 200px;
}
.addtocart {
	width: 131px;
	height: 28px;
	background: url('images/addtocart.gif'); 
	text-align: left;
}
.goshop {
	width: 131px;
	height: 28px;
	background: url('images/goshop.gif'); 
	text-align: left;
}
.addtocart a {
	font-size: 13px;
	font-family: "Tahoma";
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	padding-top: 6px;
}

.goshop a{
	font-size: 13px;
	font-family: "Tahoma";
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 30px;
	padding-top: 6px;
}

.prod_images {
	width: 350px;
	float: left;
}
.main_image {
	padding-left: 47px;
}
.secondary_images {
	padding-left: 47px;
	margin: -3em 0 0 0;
	text-align: center;
}
.secondary_image {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 3em 0 0 2em;
}
.secondary_image .r {
	width: 57px;
	float: left;
}
.secondary_image .r img{
	cursor: pointer;
	border: 1px solid #5B76A3; 
	width: 57px; 
	padding: 1px;
}
.main_border_color {
	border-color: #6BA3FF;
}
.prod_info {
	float: left;
	padding-left: 40px;
	width: 405px;
}
.prod_name {
	padding-right: 15px;
}
.prod_name h1 {
	padding:0;
	margin:0;
	font-size: 26px;
	color: #213769;
}
.valname {
	font-size: 12px;
	color: #5e6e91;
	font-weight: bold;
}
.valval {
	font-size: 12px;
	color: #213769;
}
.proddescr {
	width: 360px;
	font-size: 12px;
	color: #5e6e91;
	line-height: 2.5em;
	margin-top: 20px;
}
.list_options {
	float: left;
}
.list_options div.field {
	font-size: 13px;
	color: #213769;
	float: left;
	width: 100px;
}
.list_options div.list_inp {
	float: left;
}
.list_options div.field span.field_descr{
	font-size: 10px;
	color: #f57f00;
}
.prod_border {
	line-height: 0;
	font-size: 0;
	height: 1px;
	background-color: #BAD5EE;
}
.prod_back {
	font-size: 14px;
	color: #2a58c1;
	font-family: "Tahoma";
}
.prod_back a {
	color: #2a58c1;
}

.shopabout {
	width: 583px;
	padding: 20px 0 20px 0px;
	background-color: #FFF;
	float: left;
	margin-top: 25px;
}
.shopcontact_cont {
	lwidth: 300px;
	margin-left: 19px;
	float: left;
	margin-top: 25px;	
}
.shopcontact {
	padding: 20px 0 20px 0px;
	width: 300px;
	background-color: #DBEEFF;
}

.about_txt {
	font-size: 12px;
	color: #5e6e91;
	padding: 0 29px 0 29px;
	line-height: 2.5em;
}

.contact_txt {
	font-size: 15px;
	color: #213769;
	font-family: "Tahoma";
	padding: 13px 20px 13px 31px;
	line-height: 1.5em;
}

.contact_txt a {
	color: #0040d3;
}

.search_results {
	padding-top: 11px;
}

.srtitle {
	font-size: 20px;
	color: #213769;
	font-family: "Tahoma";
	padding-left: 14px;
	float: left;
}

.srquery {
	padding-top: 7px;
	font-size: 12px;
	color: #213769;
	font-family: "Tahoma";
	padding-left: 14px;
	float: left;
}

.sarchres_border {
	line-height: 0;
	font-size: 0;
	height: 1px;
	background-color: #BAD5EE;
}

.srpagination {
	font-family: "Tahoma";
	font-size: 13px;
	float: right;
	padding-top: 6px;
	padding-right: 80px;
}
.srpagination a {
	color: #6c8bd3;
	margin-right: 7px;
}
.srpagination b {
	margin-right: 7px;
}

.srprodcount {
	font-weight: bold;
	color: #213769;
	margin-right: 35px;
}
.srprodname {
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.srprodname a {
	color: #000;
	text-decoration: underline;
}
.checkout_head {
	font-size: 20px;
	color: #6c8bd3;
	font-family: "Tahoma";
	padding-left: 72px;
	padding-top: 28px;
}
.checkout_products {
	width: 546px;
}
.checkout_products_container {
	padding-top: 30px;
}
.checkout_line_big {
	height: 2px;
	background-color: #7B88A6;
}
.checkout_line_small {
	height: 1px;
	background-color: #7B88A6;
}
.cart_item {
	padding: 6px 0 6px 0;
}

.cart_item_image {
	float: left;
	padding-left: 20px;
}
.cart_item_title {
	padding-top: 12px;
	float: left;
	padding-left: 25px;
	font-size: 13px;
	font-family: "Tahoma";
}
.cart_item_title a {
	color: #6c8bd3;
}
.cart_item_options {
	position: relative;
	padding-top: 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	font-family: "Tahoma";
}
.cart_item_options a {
	color: #F60;
}

.cart_item_options_values {
	display: none;
	background-color: #B5C5EB;
	left: 35px;
	top: 0;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-family: "Tahoma";
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.cart_item_options_values .cart_item_option{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}
a.cart_opt_title:hover .cart_item_options_values {
	display: block;
}
.cart_item_input {
	padding-top: 8px;
	float: right;
	padding-left: 20px;
	font-size: 13px;
	font-family: "Tahoma";
}
.cart_item_input input {
	width: 30px;
}
.cart_item_price_cont {
	width: 80px;
	float: right;
	text-align: right;
}
.cart_item_price {
	padding-top: 13px;
	font-size: 11px;
	font-weight: bold;
	color: #4a67a9;
	font-family: "Tahoma";
}
.cart_item_delete {
	float: right;
	padding-left: 27px;
	padding-right: 15px;
	padding-top: 13px;
}
.cart_item_delete img {
	cursor: pointer;
}
.total_line {
	padding-top: 17px;
}
.total_title {
	float: left;
	padding-left: 75px;
	font-size: 13px;
	font-family: "Tahoma";
	font-weight: bold;
	color: #213769;
}
.total_value {
	float: right;
	padding-right: 60px;
	font-size: 11px;
	font-family: "Tahoma";
	font-weight: bold;
	color: #213769;
}
.update_button {
	padding-top: 12px;
}
.checkout_button {
	width: 99px;
	height: 28px;
	background: url('images/checkout_update.gif'); 
	text-align: left;
}
.checkout_button a{
	font-size: 13px;
	font-family: "Tahoma";
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	padding-top: 6px;
}
.checkout_login_part {
	width: 741px; 
	padding-top: 40px;
}
.checkout_login_part_cont {
	width: 339px;
	float: left;
}
.login_title {
	padding-left: 3px;
	text-align: left;
	font-size: 18px;
	color: #213769;
	font-family: "Tahoma";
}
.checkout_login_block {
	width: 339px;
	lposition: relative;
}

.checkout_login_block .head {
	height: 4px;
	background:  url('images/blue_block_top.png') top left no-repeat; 
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.checkout_login_block .cont {
	background-color:  #213769; 
	height: 85px;
	padding: 10px 20px;
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 20px;
	text-align: left;
}

.checkout_login_block .cont span {
	font-size: 14px;
}

.checkout_login_block form {
	margin: 5px 0px;
	padding: 0px;
}

.checkout_login_block .cont a {
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 13px;
	display: inline;
}

.checkout_login_block .cont a.sign_in {
	font-family: Tahoma;
	color: #ff9b2f;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

.checkout_login_block .foot {
	height: 4px;
	background:  url('images/blue_block_bottom.png') top left no-repeat; 
}

.checkout_login_block .submit {
	float: right;
	margin-top: 5px;
}

#checkout_nav_block_login  .submit {
	width: 55px;
	height: 55px;	
	background:  url('images/search_btn.gif') top left no-repeat; 
	border: 0px;
	font-family: Tahoma;
	font-weight: bold;
	color: #213769;
	font-size: 20px;
	text-align: center;
}

.checkout_login_block label {
    color: #ffffff;
	font-size: 13px;
	display: block;
	width: 65px;
	clear: left;
	float: left;
	line-height: 32px;
}

#checkout_nav_block_login .input_rc {
	width: 168px;
	height: 21px;	
	background:  url('images/input-bg-l.gif') top left no-repeat; 
	border: 0px;
	margin: 5px 0px;
	float: left;
}

#checkout_nav_block_login .cont {
	height: 100px;
}

.checkout_h_line {
	width: 1px;
	height: 290px;
	border-right: 1px solid #BAC7E5;
	float: left;
	padding-left: 28px;
}
.checkout_details_container {
	float: right;
}

.checkout_details_container_nl {
	margin: 0px auto;
}

.checkout_details_container_fl {
	margin-top: 30px;
	width: 700px;
}

.checkout_details_fl {
	float: left;
	width: 341px;
}

.checkout_details {
	width: 341px;
}
.checkout_details_head {
	background-color: #1E376A;
	height: 48px;
	border-bottom: 1px solid #FFF;
}
.checkout_details_head div {
	text-align: left;
	padding-left: 19px;
	padding-top: 12px;
	color: #FFF;
	font-size: 18px;
	font-family: "Tahoma";
}

.checkout_details_content {
	position: relative;
	background-color: #b5c5eb;
	1height: 240px;
	text-align: left;
}

.checkout_details_content div.c_name {
	float: left;
	width: 110px;
	font-size: 13px;
	color: #213769;
	font-family: "Tahoma";
	padding-left: 20px;
}

.checkout_details_content div.fill_error {
	font-size: 11px;
	color: red;
	border: 0px solid red;
	padding: 0px 0px 0px 130px;
	height: 15px;
}

.checkout_details_content div.c_val {
	position: relative;
	float: left;
}
.checkout_details_content div.clear {
	height: 10px;
}

.checkout_details_content input, .checkout_details_content select {
	width: 180px;
	border: 1px solid #B5C5EB;
}
.checkout_details_content textarea {
	width: 180px;
	height: 70px;
	border: 1px solid #B5C5EB;
}

.proceed_button {
	padding-top: 12px;
}
.checkout_button_proceed {
	width: 99px;
	height: 28px;
	background: url('images/checkout_proceed.gif'); 
	text-align: left;
}
.checkout_button_proceed a{
	font-size: 13px;
	font-family: "Tahoma";
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 40px;
	padding-top: 6px;
}
.pacc {
	float: left;
}
.cartprocess {
	float: left;
	padding-top: 5px;
	color: #1E376A;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	display: none;
	font-family: "Tahoma";
}

#nav_block_cart  {
	top: 100px;
}

#nav_block_cart h2 {
	width: 230px;
	font-size: 20px;
	border-bottom: 2px solid #7b88a6;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 7px 2px;
	color: #213769;
}

.cart_nav_block {
	position: absolute;
	width: 253px;
	right: 95px;
	top: 0px;
	display: none;
}

.cart_nav_block .head {
	height: 4px;
	background:  url('images/white_block_top.png') top left no-repeat; 
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.cart_nav_block .cont {
	border-left: 1px solid #7b88a6;
	border-right: 1px solid #7b88a6;
	background: #FFF;
	padding: 0px 8px 10px 8px;
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
}

.cart_nav_block .foot {
	height: 4px;
	background:  url('images/white_block_bottom.png') top left no-repeat; 
}

.cart_nav_block .cont a {
	font-family: Tahoma;
	color: #a3b6e3;
	font-size: 13px;
	display: inline;
}

.minicart_item {
	padding: 5px 0 0px 0;
}

.minicart_item_title {
	padding-top: 5px;
	float: left;
	padding-left: 5px;
	font-size: 13px;
	font-family: "Tahoma";
}
.minicart_item_title a {
	color: #6c8bd3;
}
.minicart_line_small {
	margin-top: 5px;
	font-size: 1px;
	height: 1px;
	background-color: #7B88A6;
}
.minicart_line_big {
	margin-top: 5px;
	line-height: 0;
	font-size: 1px;
	height: 2px;
	background-color: #7B88A6;
}
.minicart_item_delete {
	float: right;
	padding-top: 4px;
	font-size:1px;
}
.minicart_item_delete img {
	width: 14px;
	height: 14px;
	cursor: pointer;
	padding-left: 15px;
}
.minicart_item_price_cont {
	width: 60px;
	float: right;
	text-align: right;
}
.minicart_item_price {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #4a67a9;
	font-family: "Tahoma";
}
.minicart_item_input {
	float: right;
	font-size: 13px;
	font-family: "Tahoma";
}
.minicart_item_input input {
	width: 20px;
}
.minicart_total_line {
	padding-top: 10px;
}
.minicart_total_title {
	float: left;
	padding-left: 5px;
	font-size: 13px;
	font-family: "Tahoma";
	font-weight: bold;
	color: #213769;
}
.minicart_total_value {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	font-family: "Tahoma";
	font-weight: bold;
	color: #213769;
}

.update_button_minicart {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.check_button {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#radar {
	position: absolute;
	left: 140px;
	top: 360px;
	border: 0px solid green;
}

.top_panel {
	min-width: 1016px;
	_width:expression(this.clientWidth < 1016? "1016px": "auto" ); 
	height: 49px;
	background-color: #FFF;
	border-bottom: 1px solid #213769;
}

.top_panel .pb {
	height: 48px;
	background: #213769 url('images/top_panel.gif') top left no-repeat;

}

.panel_buttons_container {
	padding-left: 225px;
	padding-top: 7px;
}

.panel_buttons_container a.panel_button {
	display: block;
	float: left;
	height: 31px;
	width: 163px;
	background-image: url('images/panel_button1.png');
	background-position: top center;
	font-size: 14px;
	font-family: "Verdana";
	color: #b0c8ff;
	cursor: pointer;
	text-decoration: none;
}
a.panel_button:hover {
	background-position: bottom center;
}

.panel_buttons_container a.panel_button1 {
	display: block;
	float: left;
	height: 31px;
	width: 64px;
	background-image: url('images/panel_button.png');
	background-position: top center;
	font-size: 14px;
	font-family: "Verdana";
	color: #b0c8ff;
	cursor: pointer;
	text-decoration: none;
}
a.panel_button1:hover {
	background-position: bottom center;
}

.panel_buttons_container .panel_buton_ind {
	width: 20px;
	float: left;
}

.panel_buttons_container .panel_button .p_back {
	padding-top: 7px;
	padding-left: 4px;
}

.panel_buttons_container .panel_button1 .p_home {
	padding-top: 7px;
	padding-left: 11px;
}

.panel_search_container {
	float: right;
}

.panel_search_container .search_title {
	float: left;
	font-size: 14px;
	font-family: "Verdana";
	padding-top: 8px;
	color: #FFF;
}

.panel_search_container .search_input {
	padding-top: 5px;
	float: left;
	padding-right: 15px;
}

.panel_search_container .search_input input{
	width: 350px;
}

.panel_search_container .search_button {
	padding-right: 30px;
	float: left;
}

.panel_search_container .search_button a{
	background-image: url('images/panel_button_search.png');
	background-position: top center;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 34px;
}

.panel_search_container .search_button a:hover{
		background-position: bottom center;
}

.panel_search_container .search_button div {
		padding-left: 7px;
		padding-top: 7px;
		font-size: 14px;
		font-family: "Verdana";
		color: #b0c8ff;
}

.sfcont {
	position: absolute;
	height: 243px;
	z-index: 99;
	bottom: 17px;
	right: 17px;
	lbackground: url('images/bg_offer2.png') no-repeat;
	1border: 1px solid red;
}

.sfcont .contleft {
	background: url('images/sobgl.png') no-repeat;
	width: 10px;
	height: 243px;
	float: left;
}

.sfcont .contright {
	background: url('images/sobgr.png') no-repeat;
	width: 10px;
	height: 243px;
	float: left;
}

.sfcont .contmiddle {
	background: url('images/sobgm.png') repeat-x;
	height: 243px;
	float: left;
}

.sfcont .sfcontinner {
	float: left;
	height: 234px;
}

.sftitle {
	padding-top: 18px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-family: "Arial";
}

.sfprodtitle {
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 23px;
	text-align: left;
	font-size: 18px;
	color: #780000;
	font-family: "Arial";
}

.sfprodtitle a {
	color: #780000;
}

.sfprodimagecont {
	padding-top: 20px;
	padding-left: 10px;
	width: 71px;
	float: left;
}

.spright {
	float: left;
	padding-top: 15px;
	padding-left: 13px;
}

.spright .bigprice {
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #D10000;
	font-family: "Arial";
}

.spright .bigprice span {
	font-size: 10px;
}

.spright .bigprice font {
	font-size: 25px;
	font-weight: normal;
}

.spright .smallprice {
	padding-left: 5px;
	font-size: 21px;
	color: #A07533;
	font-family: "Arial";
	text-decoration: line-through;
}

.spright .smallprice span {
	font-size: 10px;
	text-decoration: line-through;
}

.spbuynow {
	width: 70px;
	height: 71px;
	background: url('images/spbuy.gif') no-repeat;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.spbuynow div {
	padding-left: 30px;
	padding-top: 25px;
	font-size: 16px;
	font-family: "Arial";
	color: #edeee8;
	cursor: pointer;
}

.tsoffer {
	font-size: 20px;
	font-family: 'Arial';
	color: #6c8bd3;
	padding-top: 25px;
	text-align: center;
}

.bigoffer {
	width: 764px;
	background-color: #fedcaf;
	border: 1px solid #F70;
}

.bigoffercontent {
	padding: 25px 36px 36px 36px;
}

.botitle {
	text-align: left;
	font-size: 24px;
	color: #780000;
	font-family: "Arial";
}

.botumb {
	width: 291px;
	float: left;
	padding-top: 20px;
}

.bodescr {
	float: left;
	padding-top: 30px;
	padding-left: 31px;
	width: 353px;
}

.bodtext {
	line-height: 2.2em;
	font-size: 12px;
	font-family: 'Arial';
	color: #865943;
	text-align: left;
}

.pricenbutton {
	padding-top: 45px;
}

.boprice {
	float: left;
	padding: 0 15px 0 5px;
}

.bobutton {
	float: left;
	width: 178px;
	height: 79px;
	background: url('images/spbuybig.gif') no-repeat;
	cursor: pointer;
}

.boprice .bobp {
	font-size: 40px;
	font-weight: bold;
	color: #D10000;
	font-family: "Arial";
	
}

.boprice .bosp {
	1padding-left: 15px;
	1padding-right: 15px;
	text-decoration: line-through;
	font-size: 29px;
	color: #A07533;
	font-family: "Arial";
	text-align: left;

}

.boprice .bobp span,.boprice .bosp span {
	lfont-size: 10px;
}


.boprice .bobp font {
	font-size: 40px;
	font-weight: normal;
}

.prevoffers {
	padding-top: 25px;
	width: 840px;
	margin:0 auto;
}

.prevoffer {
	width: 350px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 40px;
	border-top: 1px solid #FEDCAF;
	float: left;
}

.prevleft {
	width: 195px;
	float: left;
	lborder: 1px solid red;
}

.prevright {
	lborder: 1px solid red;
	padding-top: 15px;
	width: 75px;
	float: left;
}

.prevtitle {
	text-align: left;
	font-size: 15px;
	font-family: "Arial";
	color: #780000;
}

.prevtitle a {
	color: #780000;
}

.prevleftpadding {
	padding-top: 5px;
	padding-left: 7px;
}

.prevsmallprice {
	padding-top: 5px;
	float: left;
	font-size: 20px;
	color: #A07533;
	font-family: "Arial";
	text-decoration: line-through;
}


.prevbigprice {
	float: left;
	padding-left: 7px;
	font-size: 25px;
	font-weight: bold;
	color: #D10000;
	font-family: "Arial";
}

.prevbigprice span, .prevsmallprice span {
	font-size: 10px;
}

.prevbigprice font {
	font-size: 25px;
	font-weight: normal;
}

.prevbuynow {
	padding-left: 10px;
	padding-top: 35px;
	lborder: 1px solid red;
	float: left;
}

.prevbuynow div {
	width: 46px;
	height: 27px;
	background: url('images/prevbuynow.gif') no-repeat;
	cursor: pointer;
}

.prevbotblock {
	padding-top: 15px;
}

.soprice {
 	 position: relative;
}
.soprice div {
     position: absolute;
     top: 5px;
     right: 0px;
     width: 100%;
     height: 22px;
}
 .soprice div img {
    	width: 100%;
    	height: 22px;
}

.soprice1 {
 	 position: relative;
}
.soprice1 div {
     position: absolute;
     top: 5px;
     left: 3px;
     width: 100%;
     height: 22px;
     text-align: left;
}
 .soprice1 div img {
    	width: 100%;
    	height: 22px;
}

.soprice2 {
 	 position: relative;
}
.soprice2 div {
     position: absolute;
     top: 2px;
     left: 2px;
     width: 100%;
     height: 22px;
}
 .soprice2 div img {
    	width: 100%;
    	height: 22px;
}

.sopagination {
	text-align: center;
	padding-left: 40px;
	font-family: "Tahoma";
	font-size: 13px;
}

.sopagination a {
	color: #6c8bd3;
}

.tickercontainer { /* the outer div with the black border */
border-bottom: 1px solid #000;
background: #fff; 
width: 100%; 
position: absolute;
top: 0px;
left: 0px;
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 98%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 0px 0 0;
} 
ul.newsticker span {
margin: 0 50px 0 0;
white-space: nowrap;
} 

h1 {
  color: #6c8bd3;
  font-size: 20px;
  font-weight: normal;
  margin: 25px 0px 0px 25px;
}

.text_block {
  1width: 45%;
  padding: 0px 75px 0px 25px;
  clear: both;
}

.text_block img {
  margin: 25px 25px;
}

.text_block h2 {
  color: #213769;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}

.text_block p {
  color: #67788f;
  font-size: 13px;
  margin: 15px 0px 0px 0px;
  line-height: 1.8em;
  padding: 0px;
}

.text_block p a {
  color: #0040d3;
}

.text_block ol, .text_block ul  {
  margin-top: 7px;
}

.text_block li {
  color: #67788f;
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 5px;
}

.text_block li p {
	margin-top: 0px;
}

.fixed_width {
	width: 980px;
	margin: 0px auto;
}


.payment_method {
	margin-left: 45px;
	width: 250px;
	float: left;
}
.payment_method_head {
	background-color: #1E376A;
	height: 48px;
	border-bottom: 1px solid #FFF;
}
.payment_method_head div {
	text-align: left;
	padding-left: 19px;
	padding-top: 12px;
	color: #FFF;
	font-size: 18px;
	font-family: "Tahoma";
}

.payment_method_content {
	background-color: #b5c5eb;
	text-align: left;
	padding-left: 50px;
	line-height: 45px;
}

.payment_method_content img {
	vertical-align: middle;
	margin-left: 10px;
}

.wirepayment, .payment, .payment_fail {
	text-align: center;
	color: #67788f;
	font-size: 13px;
	line-height: 2em;	
}

.wirepayment h2, .payment h2, .payment_fail h2 {
	color: #278d33;
	font-size: 20px;
	font-weight: bold;
}

.payment_fail h2 {
	color: #da0000;
}

.wirepayment b {
	font-size: 15px;	
}

.note {
	background-color: #c7d9f1;
	color: #213769;
	text-align: left;
	padding: 20px;
	width: 300px;
	margin: 15px auto;
}

.payment, .payment_fail {
	margin-top: 100px;
}

.payment_fail a {
	color: #0040d3;
}

.newsletter_subscribe {
	background-color: #dbeeff;
	color: #67788f;
	font-size: 15px;
	width: 230px;
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
	line-height: 2em;
}

.newsletter_subscribe .submit {
	width: 99px;
	height: 28px;
	border: 0px;
	background: url("images/checkout_proceed.gif") top left no-repeat;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 10px auto;
}

.newsletter_subscribe .fill_error p, .newsletter_subscribe .fill_error {
	font-size: 11px;
	color: red;
	margin-left: 30px;
}

.newsletter_subscribe p.subscribed {
	color: green;
	padding-bottom: 20px;
	text-align: center;
}

.newsletter_subscribe p.already {
	color: red;
	padding-bottom: 20px;
	text-align: center;
}

.contact_details {
	background-color: #dbeeff;
	color: #67788f;
	font-size: 15px;
	width: 250px;
	padding: 30px;
	margin: 35px 35px 35px 0px;
	float: left;
	line-height: 2em;
}

.contact_details a {
	color: #0040d3;
}	

.contact_form form {
	margin-top: 40px;
	width: 450px;
	float: left;
}

.contact_form label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 7px;
	line-height: 24px;
	color: #67788f;
	font-weight: bold;
}

.contact_form input, .contact_form textarea {
	display: block;
	width: 300px;
	margin-bottom: 7px;
}

.contact_form textarea {
	height: 100px;
}

.contact_form .submit {
	width: 99px;
	height: 28px;
	border: 0px;
	background: url("images/checkout_proceed.gif") top left no-repeat;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 10px auto;
}

.contact_form form .fill_error p, .contact_form .fill_error {
	font-size: 11px;
	color: red;
	margin-left: 60px;
}

.success_reg {
	margin: 0 auto;
	width: 800px;
	padding-top: 15px;
	text-align: center;
	color: green;
	font-size: 20px;
}

.fail_reg {
	padding-top: 15px;
	text-align: center;
	color: red;
	font-size: 20px;
}

.fail_reg a {
	color: red;
}

#street_shop {
	float: left;
}

.content_map {
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
	font-family: "Arial";
}

.map_search .content_map .row {
	height: 20px;
	clear: both;
	cursor: pointer;
}

.map_search .content_map .row_street {
	padding: 0px 3px 3px 3px;
	height: 20px;
	clear: both;
	cursor: pointer;
	background: #FFF url("images/street.gif") 195px center no-repeat;
}

.map_search .content_map .row_shop {
	padding: 0px 3px 3px 3px;
	height: 20px;
	clear: both;
	cursor: pointer;
	background: #FFF url("images/shop.gif") 195px center no-repeat;
}

.map_search .content_map .content_map_sel {
	padding-left: 3px;
	height: 20px;
	clear: both;
	cursor: pointer;
	background-color: #A3B6E3;
}

.content_map_match {
	border: 0px solid red;
	background-color: #FCFFAA;
}

.paging {
	font-size: 12px;
}

.content_map_input {
	background-image: url("images/map_input_bg.gif");
	border: 0px solid #fff;
	dfloat:left;
	margin:0;
	padding:0;
	width: 217px;
	height: 18px;
	color:#000;
}

.content_map_input_bg {
	background-image: url("images/autocompl-loader.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.bottom_round {
	height: 4px;
	border: 0px solid red;
}

.map_search {
	position:absolute; /* this guy's parent div is hard-coded to position:relative */
	overflow:hidden;
	jborder-left:1px solid #7B9EBD;
	jborder-right:1px solid #7B9EBD;
	jborder-bottom:1px solid #7B9EBD;
	background-color:#fff; /* Give it a background-color, so it's not transparent */
}

.left_bottom_round {
	float: left;
	width: 4px;
	height: 4px;
	background-image: url("images/left_round.png");
	background-repeat: no-repeat;
}

.center_bottom_round {
	background-image: url("images/center_round.png");
	background-repeat: no-repeat;
	float: left;
	width: 209px;
	height: 4px;
}

.right_bottom_round {
	background-image: url("images/right_round.png");
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height: 4px;
}

.gifts {
	
}

.gifts_head {
	padding-top: 5px;
}

.giftsim_matas {

}
.giftsim_radio100 {
	float: left;
}
.giftsim_fotocom {
	text-align: center;
}

.giftsim_fotocom img, 
.giftsim_radio100 img, 
.giftsim_matas img,
.giftsim_boliacom img, {
	border: 0;
}

.gifts_images_right {
	width: 455px;
	float: left;
	padding-top: 25px;
}

.gifts_images_left {
	width: 435px;
	float: left;
	padding-top: 25px;
}

.gifts_ct {
	margin: 0 auto;
}

.tmpminicart {
	padding: 5px 10px 0px 5px;
	line-height: 1.4em;
}

.concurs_logo {
	position: absolute;
	bottom: 100px;
	right: 100px;
}

.concurs_logo img {
	border: 0px;
}

.shop_list {
	overflow: auto;
}

.shop_list a {
	display: block;
	margin: 10px;
	font-size: 10px;
	color: #b6d8ff;
	float: left;
	padding: 5px;
	width: 155px;
	height: 120px;
	text-decoration: none;
}

.shop_list a:hover {
	background-color: #3d4171;
	text-decoration: underline;
}

#menu .shop_list a img {
	border: 1px solid #6c8bd3;
	padding: 1px;
}	
	
	