@charset "utf-8";
/* Project :  GSM Arena.lt  */

@media screen { 
a {
	outline:none;
}
/* MAIN */	
#web-site {
	margin:0;
	padding:0;
	background:#CCC url(../img/style/bg_ushader.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	
#web-main {       /* main container  */
	width:1016px; /* site width : 980 + 2*18 side wings */ 
	margin:0 auto;
}
#web-frame {     /* main frame */
	width:980px;
	background:#FFF;
	float:left;
}
/* BACKGROUND */
#web-lwing {
	background:url(../img/style/bg_lwing.png) no-repeat;
}
#web-rwing { 
	background:url(../img/style/bg_rwing.png) no-repeat;
}
#web-rwing, #web-lwing {
	width:18px;
	height:213px;
	float:left;
	display:block;
}
/* COMMON */
.cl {
	clear:both;
}
.web-h-sp {
	height:2px;
	background:#CCC;
	overflow:hidden;	
}
.web-input-select-voting {
	width:40px;
	height:19px;
	cursor:pointer;
	border:#DDD 1px solid;
}
.web-cnt-spacer {
	height:12px;
	display:block;
	overflow:hidden;
}
.web-button-h {
	float:right;
	margin-right:4px;
	padding-right:16px; /* button width + 5*/
	background:url(../img/style/button.png) no-repeat right;
	/* IE 6 PNG */
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/style/button.png", sizingMethod="crop");
	/* END IE 6 PNG */
}
.web-btn {
	border:none;
	color:#333;
	padding:0;
	margin:0;
	font-size:11px;
	cursor:pointer;
	background:transparent;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.web-btn:hover {
	color:#e7150b;
}
.web-cnt-err {
	color:#e7150b;
}
.web-par {
	margin:0px;
	padding:10px 0px 10px 0px;
	text-indent:20px;
}
.web-select-psearch,
.web-input-psearch {
	width:150px;
	border:#DDD 1px solid;
}
/* HEADER */
#web-h-banner {
	height:111px;
	display:block;
	background:#CCC url(../img/style/banner.png) no-repeat;
}
#web-h-ban-umenu {
	margin-left:264px;
}
#web-h-ban-h {
	height:111px;
	text-align:center;
}
#web-h-ban-sp {
	width:20px;
	height:111px; /* lost height */
	display:block;
	overflow:hidden;
	background:url(../img/style/vert_dots.png) no-repeat;
}
#web-h-ban-umenu-h{
	margin:0 auto;
	font-size:14px;
}
#web-h-ban-srch-h{
	margin:0 auto;
	padding-top:8px;
}
.web-input-txt {
	border:1px #dcd7d7 solid;
	height:17px;
	width:200px;
}
#web-input-srch-btn {
	cursor:pointer;
	border:none;
	background:transparent;
	color:#1f1916;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
#web-h-ban-umenu-h TD{
	padding:0 2px 0 2px;
	color:#e7150b;	
}
#web-h-ban-umenu-h TD H2 {
	padding:0;
	margin:0;
	/*font-weight:bold;*/
	font-weight:normal;
	font-size:14px;
}
#web-h-ban-umenu-h A{
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	color:#e7150b; /* lost inherited color !? */
}
#web-h-ban-umenu-h A:hover{
	text-decoration:underline;
}
.web-h-ban-umenu-sp {	
	font-weight:normal;
	color:#000000;
	/*background:#000000;*/
	width:1px;
}
#web-h-ban-lan-h {
	font-size:12px;
	font-weight:bold;
}
#web-h-ban-lan-sep {
	color:#333;
	font-weight:normal;
}
#web-h-ban-lan-ac {
	color:#999;
}
#web-h-ban-lan-inac A {
	color:#e7150b;
	text-decoration:none;
}
#web-h-ban-lan-inac A:hover {
	text-decoration:underline;
}
#web-h-menu {
	height:29px;
	background:#CCC url(../img/style/menu_bg.png) repeat-x;
	display:block;
	overflow:hidden;
}
#web-h-menu-h {
	width:970px; /* temporary */
	display:block;
	text-align:center;
	list-style-type:none;
	margin:auto; /* auto centration */
	padding:0;
}
#web-h-menu-h LI.web-h-menu-mitem {
	float:left;
	background:url(../img/style/menu_sp.png) no-repeat right;	
}
#web-h-menu-h #web-h-menu-last-item {
	background:none;
}
#web-h-menu-h H1 {
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}
#web-h-menu-h A {
	color:#FFF;
	padding:0 32px 0 32px; /* Dinaminis kintamasis */
	display:block;
	line-height:29px;
	text-decoration: none;
}
#web-h-menu-h A:hover {
	text-decoration:underline;
}
#web-h-menu-h li:hover ul {
	display:block;	
}
#web-h-submenu-h {
	width:175px;  /* temporary */
	max-height:450px; /* calc */
	overflow:scroll;	
	position:absolute;
	background:#960803;
	text-align:left;
	list-style-type:none;
	display:none;
	color:#FFF;
	margin:0;
	padding:5px 0 5px 0;
	z-index:1;
}
#web-h-submenu-h H2 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:13px;
}
#web-h-submenu-h A {
	text-decoration:none;
	padding:0 20px 0 20px; 
	display:block;
	line-height:20px;
}
#web-h-submenu-h A:hover {
	text-decoration:underline;
	background-color:#a30a04;
}
#web-h-submenu-h LI,
#web-h-submenu-h A:hover {
	background-image:url(../img/style/menu_ln.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
/* HEADER > ADVERTS */
#web-h-adv{
	overflow:hidden;
	background:url(../img/style/cnt_shader.png) repeat-x;
}
#web-h-adv-h {
	width:100%;
	height:140px;
	text-align:center;
}
.web-h-adv-h-sp {
	width:2px;
	height:144px;
	display:block;
	background:#CCC;
	overflow:hidden;
}
.web-gp-phone-name {
	color:#333;
	text-align:center;
	padding-top:3px;
}
.web-phone-price-h {
	position:absolute;
	bottom:0px;
	right:0px;
	height:27px;
	width:107px;
	background:url(../img/style/price_baloon.png) no-repeat;
	/* IE 6 PNG */
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/style/price_baloon.png", sizingMethod="crop");
	/* END IE 6 PNG */
}
.web-phone-price {
	color:#FFF;
	text-align:right;
	position:relative;
	padding:8px 2px 0 0;
	font-size:12px;
}
#web-h-adv-btm {
	height:7px;
	overflow:hidden;
	background:url(../img/style/adv_shader.png) repeat-x;
}
/* HEADER > ADVERT'S BANNERS */
#web-h-adv-ban {
	clear:both;
}
#web-h-adv-ban-l,
#web-h-adv-ban-r {
	/*height:107px;
	width:481px;*/
	float:left;
	overflow:hidden;
}
#web-h-adv-ban-l {
	margin:4px 3px 4px 6px;
}
#web-h-adv-ban-r {
	margin:4px 6px 4px 3px;
}
/* CONTENT */
#web-cnt { /* MAIN content */
	padding:8px 6px 6px 6px;
	color:#333;
	font-size:11px; /* 4 common outputs */
}
/* FOOTER */
#web-footer #web-f-white_sp {
	height:6px;
}
#web-footer .web-f-grey_sp {
	height:2px;
	background:#BBB;
}
#web-footer #web-f-cnt {
	padding:0 18px 0 18px;
	height:42px;
	background:#4D4D4D url(../img/style/bmenu_back.png) no-repeat;
}
#web-footer #web-f-cnt,
#web-footer .web-f-grey_sp,
#web-footer #web-f-white_sp {
	overflow:hidden;
	display:block;
}
#web-f-cnt-menu {
	float:left;
}
#web-f-cnt-menu-h {
	height:100%;
	font-size:12px;
}
#web-f-cnt-menu-h TD {
	padding:0 2px 0 2px;
	color:#fff;
}
#web-f-cnt-menu-h TD H3 {
	adding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#web-f-cnt-menu-h A {
	color:#fff; /* lost inherited color !? */
	text-decoration:none;
}
#web-f-cnt-menu-h A:hover {
	text-decoration:underline;
}
.web-f-cnt-menu-h-sp {
	color:#999;
}
#web-f-cnt-cpright {
	height:100%;
	float:right;
	color:#999;
	text-align:right;
	font-size:11px;
	padding-top:6px;
}
#web-f-cnt-cpright A {
	color:#FFF;
	text-decoration:none;
}
#web-f-cnt-cpright A:hover {
	text-decoration:underline;
}
#web-f-cnt-menu,
#web-f-cnt-cpright {
	height:100%;
	display:block;
	overflow:hidden;
}
/* BOXED PHONE */
.web-phone {
	margin:0 auto;
	width:107px;   /* 79 photo + 4 borders : min >=81 */
	font-size:13px;
	text-align:center;
	display:block;
	cursor:pointer;
}
.web-phone-h { 
	height:107px; /* Phone dimensions 79x105 */
	border:2px #ccc solid;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}
.web-phone-name {
	color:#333;
	text-align:center;
}
.web-phone-prc {
	color:#e5150b;
	text-align:center;
}
.web-phone A {
	text-decoration:none;
}
A:hover .web-phone-h {
	border:2px #e5150b solid;
	cursor:pointer;
}
A:hover .web-phone-name {
	color:#e5150b;
	cursor:pointer;
}
/* ARTICLE */
#web-cnt-fa-l {
	width:745px; /* calc */
	float:left;   
}
#web-cnt-fa-r {
	width:215px;
	float:right;
}
#web-cnt-fa A {
	color:#e6150b;
	text-decoration:none;
}
#web-cnt-fa A:hover {
	text-decoration:underline;
}
#web-cnt-fa {
	color:#13171b;
	font-size:12px;
}
#web-cnt-fa-l-i,
#web-cnt-fa-r-i {
	float:left;
	display:block;
	overflow:hidden;
}
#web-cnt-fa-l-i {
	width:565px; /* calc */ 
	background:url(../img/style/article_sp.png) repeat-y right; 
	padding:0 5px 0 10px;
}
#web-cnt-fa-r-i { /* publikacijos paveikslams */
	width:165px; /* calc */
}
/* SHRINKED ARTICLES */
#web-cnt-l, #web-cnt-r {
	overflow:hidden;
	display:block;
	width:481px; /* (main / 2) */
}
#web-cnt-l {
	float:left;
}
#web-cnt-r {
	float:right;
}
.web-cnt-a-header { /* Reiks iskelt visus iki apacios... */
	margin-left:10px;
	height:22px;
	font-weight:bold;
	display:block;
}

.web-cnt-a-header a,.web-cnt-a-header a:active,.web-cnt-a-header a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
 text-decoration:none;
 color:#000000;
}

.web-cnt-a-header a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
 color:#EE0000;
}

.web-cnt-a-header-h {
	height:100%;
}
.web-cnt-a-header-corner {
	width:20px;
	display:block;
	height:22px;
	background:#FFF url(../img/style/heading_c.png) no-repeat left;
}
.web-cnt-a-header-title {
	color:#FFF;
	background:#FFF url(../img/style/heading.png) repeat-x bottom;
	padding:0 3px 0 3px;
	border-bottom:1px solid #e7150b;
}
.web-cnt-a-header-l {
	height:2px;
	display:block;
	background:#e7150b;
	overflow:hidden;
}
.web-cnt-a-header-subtitle H2,
.web-cnt-a-header-title H1,
.web-cnt-a-header-title H3 {
	font-size:14px;
	margin:0;
	padding:0;
}
.web-cnt-a-header-title H1,
.web-cnt-a-header-title H3, .web-cnt-a-header-title a, .web-cnt-a-header-title a:visited  {
	color: #FFF;
}
.web-cnt-a-header-subtitle H2 {
	color:#e5150b;
}
.web-cnt-a-item {
	padding:0 0 0 8px;
}
.web-cnt-a-item-phone {
	float:left;
	margin:11px 11px 11px 20px;
	width:125px;
	text-align:center;	
}
.web-cnt-a-item-txt-full {
	/*width:765px; */   /* calc */
}
.web-cnt-a-item-txt {
	/*width:285px;   */ /* calc */
}
.web-cnt-a-item-txt,
.web-cnt-a-item-txt-full {
	margin:21px 32px 0 0;
	float:left;
	height:110px;/*80*/    /* calc, static */
	overflow:hidden;
	/*width:796px;*/
}
.web-cnt-a-item-btn {
	float:right;
	height:12px;
	margin-right:15px;
	padding:0 19px 5px 0; /* button width + 5*/
	/*background:url(../img/style/button.png) no-repeat right;*/
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
}
.web-cnt-a-item-btn img {
	behavior: url("/iepngfix.htc");
}
.web-cnt-a-item-btn A {
	color:#333;
	text-decoration:none;
}
.web-cnt-a-item-btn A:hover {
	color:#e7150b;
}
.web-cnt-a-item-footer {
	margin:0 10px 0 10px;
	background:#CCC;
	height:1px;
	display:block;
	overflow:hidden;
}
.web-cnt-a-item-t-h { /* iskelt */
	margin-bottom:3px;
}
.web-cnt-a-item-t-h H2 {
	color:#333;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.web-cnt-a-item-t-h h2 a{
	color:#000000;
	text-decoration:none;
}
.web-cnt-a-item-t-h h2 a:hover{
	color:#E7150B;
	text-decoration:none;
}
.web-cnt-a-item-t-c {
	color:#666;
	font-size:12px;
}
.web-cnt-articles {
	/*width:481px;*/
	margin-right:6px;
}
.web-cnt-articles-full {
	margin-right:6px;
}
.web-cnt-a-item-allnews A {
	float:right;
	font-size:11px;
	color:#e6150b;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
}
.web-cnt-a-item-allnews A:hover {
	text-decoration:underline;
}
.web-cnt-a-item-stat {
	float:left;
	color:#CCC;
	font-size:11px;
	/*width:666px;*/
}
/* SHARES */
.web-cnt-shares-item-txt {
	width:180px; /* calc */   
	margin:14px 32px 0 10px;
	/*height:100px;    /* calc */
	overflow:hidden;
}
/* GALLERY */
#web-cnt-gallery-l {
	width:754px; /* calc */
	float:left;
}
#web-cnt-gallery-r {
	width:205px; /* calc */
	float:right;
}
.web-cnt-sp {  /* prie bendro pridet */
	height:1px;
	display:block;
	overflow:hidden;
}
#web-cnt-g-filter {
	background:#e5e5e5;		
}
#web-cnt-g-paging {
	background:#e2e2e1;	
}
#web-cnt-g-filter,
#web-cnt-g-paging {
	padding:5px 8px 5px 8px;
	color:#666;
	font-size:11px;
}
#web-cnt-g-filter A,
#web-cnt-g-paging A {
	text-decoration:none;
	color:#e6150b;
}

#web-cnt-g-filter .grey,
#web-cnt-g-paging .grey {
	color:#999!important;
}

#web-cnt-g-filter A:hover,
#web-cnt-g-paging A:hover {
	text-decoration:underline;
}


.web-cnt-g-sp { /* prie bendro pridet */
	height:13px;
	overflow:hidden;
	display:block;
}
.web-cnt-g-block-sp-grey {
	background:#CCC;
	height:1px;
	display:block;
	overflow:hidden;
}
.web-cnt-g-block {
	background:#FFF url(../img/style/block_sh.png) repeat-x;
}
.web-cnt-g-phones-h TD {
	vertical-align:top;
	padding:10px 0 5px 0;
	width:126px; /* calc */
}
#web-cnt-g-next {
	text-align:center;
	font-size:13px;
	color:#666;
	font-weight:bold;
	padding-top:60px;
}
/* PHONE SPECS */
#web-cnt-specs-l {
	width:406px;
	float:left;
}
#web-cnt-specs-r {
	width:550px;
	float:right;
}
#web-cnt-specs-photo-h {
	margin-left:10px;
	/*width:396px;*/
}
#web-cnt-specs-photo-mini {
	width:46px;
	float:right;
}
#web-cnt-specs-photo-mini A,
#web-cnt-specs-photo-mini A:hover {
	text-decoration:none;
}
.web-cnt-specs-photo-main {
	border:solid 2px #CCC; /* 343x343 main foto */
	width:343px;
	height:343px;
	cursor:pointer;
}
A:hover .web-cnt-specs-photo-main,
A:hover .web-cnt-specs-photo-mini-box {
	border:2px #e5150b solid;
}
.web-cnt-specs-photo-main,
.web-cnt-specs-photo-mini-box {
	background-repeat:no-repeat;
	background-position:center;
}
.web-cnt-specs-photo-mini-box { /* iskelti i bendra */
	margin-bottom:4px;
	border:solid 2px #CCC; /* 42x42 mini foto */
	height:42px;
	width:42px;
}
#web-cnt-specs-photo-positioner {
	float:left;
	position:relative;
}
#web-cnt-specs-photo-main-zoom { /* background'a nustatom xHTML'e, reikia kalbos */
	position:absolute;
	height:20px;
	width:84px;
	right:2px;
	cursor:pointer;
	bottom:2px;
	background:#CCC;
	z-index:1;
	padding:0 3px 0 3px;
	background:#CCC;
	filter:alpha(opacity=80);
	opacity: .8;             
}
#web-cnt-specs-photo-lightbox A,
#web-cnt-specs-photo-lightbox A:hover {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
#web-cnt-specs-photo-main-zoom TABLE {
	width:100%;
	height:100%;
	text-align:center;
}
#web-cnt-specs-photo-zoom-sign {
	background:url(../img/style/zoom.png) center no-repeat;
	height:15px;
	width:30px;
	display:block; float:right;
}
.web-cnt-s-block {
	padding:7px;
	background:#FFF url(../img/style/block_sh.png) repeat-x;
	font-size:12px;
	color:#666;
}
.web-cnt-s-block A{
	color:#e7150b;
	text-decoration:none;
}
.web-cnt-s-block A:hover{
	text-decoration:underline;
}
.web-cnt-s-block-bottom {
	height:1px;
	display:block;
	overflow:hidden;
	background:#CCC;
}
#web-phones-com,
#web-cnt-s-block-mh {
	min-height:40px;
	display:block;
}
.web-cnt-specs-h { /* iskelt visa spec apipavidalinima */
	width:100%;
	border-bottom:solid 1px #fff;
	overflow:hidden;
	font-size:12px;
	color:#666;
}
.web-cnt-specs-h TH,
.web-cnt-specs-prop,
.web-cnt-specs-info {
	text-align:left;
}
.web-cnt-specs-h TH {
	width:150px;
	vertical-align:top;
	background:#e0e0e0;  
	border-right:solid 1px #fff;
	padding:5px;
}
.web-cnt-specs-info,
.web-cnt-specs-prop {
	padding:0px 3px 0px 3px;
}
.web-cnt-specs-prop {
	width:100px;
	border-right:solid 1px #FFF;
	border-bottom:solid 1px #CCC;
	background:#ececec;
}
.web-cnt-specs-info {
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #FFF;
	background:#f4f4f4; 
}
#web-cnt-specs-nextph {
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#666;
	padding-top:2px;
}
/* SUBMENU */
#web-h-submenu-phoneslist-h {
	position:absolute;
	display:none;
}
#web-h-submenu A:hover #web-h-submenu-phoneslist-h { /* ?????????????????? */
	display:block;
}
#web-h-submenu-phoneslist {
	list-style:none;
	color:#90be41;
	font-weight:bold;
	letter-spacing:1px;
	padding:0px;
	margin:5px 10px 5px 20px;
}
#web-h-submenu-phoneslist A {
	text-decoration:none;
	color:#999;
	line-height:12px;
}
/* VOTING */
.web-cnt-specs-voting-img {
	width:190px;
	height:12px;
}
#web-cnt-specs-voting-h TD{
	padding:0 2px 0 2px;
	height:19px; /* calc */
} 
#web-cnt-specs-voting-l {
	float:left;
	width:100px;
}
#web-cnt-specs-voting-r {
	float:right;
	width:60px;
}
#web-cnt-specs-voting-control {
	width:100%;
}
/* PHONES COMPARISON */
.web-cnt-comp-list-l {
	text-align:left;
	width:100%;
	overflow:hidden;
}
.web-cnt-comp-list-r {
	width:10px;
	text-align:right;
}
.web-cnt-comp-rm {
	height:16px;
	width:16px;
	background:url(../img/style/cross.png) center no-repeat;
	cursor:pointer;
	border:none;
}
.web-cnt-comp-specs-header {
	height:25px;
	border-bottom:solid 1px #FFF;
	color:#333;
	font-size:13px;
	width:100%;
	background-color:#e0e0e0; /* specification title back. */
	text-align:center;
}
.web-cnt-comp-specs-header TH {	
	width:210px; /* calc */
}
.web-cnt-comp-specs-no_val {
	background:url(../img/style/small_cross.png) center no-repeat #f6f6f6;
	padding:0 3px 0 3px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #FFF;
}
.web-cnt-comp-img-n H3{
	padding:0;
	margin:0;
	color:#333;
	font-size:13px;
	text-align:center;
}
.web-cnt-comp-img A IMG {
	border:#CCC 2px solid;
}
.web-cnt-comp-img A:hover IMG {
	border:#e7150b 2px solid;
}
/* COMMENTS */
#web-cnt-comm {
	/*margin:auto;*/
}
#web-cnt-comm TD {
	padding:3px;
}
.web-cnt-comm-l {
	width:130px;
	text-align:left;
}
.web-cnt-comm-sp {
	height:1px;
	display:block;
	overflow:hidden;
	margin:10px 0 10px 0;
	border-bottom:dashed #CCC 1px;
}
.web-cnt-comm-item {
	margin-top:5px;
	overflow:hidden;
	text-indent:20px;
}
.web-cnt-comm-item-info {
	color:#999;
	padding-left:10px;
}
/* ALL VENDORS */
#web-cnt-allvendors A IMG {
	border:0;
	float:left;
	margin-right:5px;
}
#web-cnt-allvendors {
	margin-top:30px;
}
#web-cnt-allvendors TD {
	vertical-align:middle;
}
/* SEARCH */ 
#web-cnt-srch-l {
  	float:left;
	width:460px;
}
#web-cnt-srch-r {
  	float:right;
	width:500px;
}
#web-cnt-psearch-h {
	width:100%;
	color:#333;
	font-size:12px;
	text-align:left;
}
#web-cnt-psearch-h TH {
	background:#ececec;
	border-bottom:#FFF 1px solid;
}
#web-cnt-psearch-h TH,
#web-cnt-psearch-h TD {
	padding:1px 1px 1px 10px;
}
#web-cnt-psearch-h TD {
	border-left:#FFF 1px solid;
	background:#f4f4f4;
	border-bottom:#FFF 1px solid;
}
.web-cnt-psearch-item {
	margin-bottom:4px;
}
.web-cnt-psearch-item TD {
	vertical-align:middle;
}
.web-cnt-psearch-item IMG {
	border:0;
}
.web-cnt-psearch-tpad {
	padding-left:10px;
}
#web-cnt-specs-pics-next,
#web-cnt-specs-pics-prev {
	visibility:hidden;
	display:none;
	height:0;
	width:0;
}
/* STOCK */
.web-cnt-stock-h {
	font-size:11px;
	padding-bottom:10px;
}
.web-cnt-stock-h TD,
.web-cnt-stock-h TH {
	text-align:left;
}
.web-cnt-stock-oldprc, 
.web-cnt-stock-prcred,
.web-cnt-stock-prc {
	font-weight:bold;
	color:#000;
	font-size:12px;
}
.web-cnt-stock-yp{
	color:#E7150B;
	font-weight:normal;
	font-size:12px;
	text-decoration:blink;
 
}
.web-cnt-stock-oldprc {
	text-decoration:line-through;
}
.web-cnt-stock-prcred {
	font-weight:bold;
	color:#e5150b;
	font-size:12px;
}
.web-cnt-stock-header {
	font-size:12px;
}
.web-cnt-stock-sp {
	height:1px;
	background:#888;
	display:block;
	overflow:hidden;
	margin-bottom:3px;
}
.web-cnt-stock-sheader {
	color:#000;
	min-width:120px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	
}
/* FILTERS */
.web-filter {
	display:inline;
}


.web-coments h1, .web-coments h1 a{
	padding: 0;
	margin:0px 0px 5px 0px;
	font-size:14px;
	font-weight:normal;
	color:#E7150B;
	text-decoration:none
}
.web-coments h1 a:hover{
	text-decoration:underline
}

.web-coments a{
	text-decoration:none;
	color:#E7150B;
	font-size:11px;
}

.web-coments a:hover{
	text-decoration:underline
}
.web-coments .main{
	font-size:12px;
}
.web-galery h1{
	padding: 0;
	margin:0px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
	color:#E7150B;
	text-decoration:none	
}

/*
.web-acc-table a{
	display:block;
	border:1px #CCC solid;
}
.web-acc-table a:hover{
	border:1px #e5150b solid;
}

.web-acc-table th a{
}
.web-acc-table th a:hover{
}
*/
.web-acc-table th{
	font-size:10px;
}
.web-acc-table th a{
	text-decoration:none;
	color:#666;
}
.web-acc-table th a:hover{
	color:#E5150B
}


.web-gp-phone-name a  {
	color:#666666;
	text-decoration:none;
}
.web-gp-phone-name a:hover{
	color:#E5150B
}