img { border: none; }
/* JQUERY PROMT_IT ANFANG*/
/*! jQuery-Impromptu - v5.2.5 - 2014-09-01
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
.jqifade{
	position: fixed; 
	background-color: #777777; 
}
div.jqi{ 
	width: 600px; 
	max-width:90%;
	font-family: Verdana; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4; 
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{ 
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal; 
	border: none;
	border-left: solid 1px #e4e4e4; 
	color: #777; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{ 
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
/* JQUER PROMT_IT ENDE*/



/* TOOLTIP ANFANG*/


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../webpics/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../webpics/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
		font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	text-align: left;
}

.JT_loader{
	background-image: url(../webpics/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;

	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #404040;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}



.search_style_box {

	width: 100px;
	margin-left: 7px;
margin-top: 11px;
}

.search_style_btn {

	padding: 0px;
	
	
	width: 60px;
	margin-left: 7px;
margin-top:11px;

}

.submit_100 {
	padding:0;
	margin:0;
	width:100px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}

.submit_130 {
	padding:0;
	margin:0;
	width:130px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}
	
	.submit_150 {
	padding:0;
	margin:0;
	width:150px;
	font-size:10px;
	border: 1px color:#000000;
	background-color: #3466cc;
	color:#ffffff;
	}

.newsticker_left {
	background-image: url(webpics/newsticker_left_corner.gif);
	background-repeat: no-repeat;
}
.newsticker_middle {
	background-image: url(webpics/newsticker_middle.gif);
	background-repeat: repeat-x;
}
.newsticker_right {
	background-image: url(webpics/newsticker_right_corner.gif);
	background-repeat: no-repeat;
}


#pscroller2{
	font-family: Verdana;
	color: white;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	left: 10px;
	width: 754px;
	height: 20px;
	border: 0px solid black;

}

#pscroller2 a{
	color: white;
	text-decoration: none;
}

#pscroller2 a:hover{
	color: white;
	font-weight: bold;
}



.someclass{ //class to apply to your scroller(s) if desired
}

.price_under_empfehlungen {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: red;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
}

#gameDetails {
	/*background: url(webpics/box.gif) no-repeat scroll left top;*/
	/*width: 257px;*/
	height: 21px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; /*für abstand rundherum (top, right, bottom, left)*/
}
#gameDetails img.flag {
	margin-right: 20px;
}

.ratingBoxSmall a {
 display: block;
 width: 90px;
 height: 48px;
 text-decoration: none;
}

#ratingBoxLargeContainer {
	padding: 0 0 0 0px;
}
#ratingBoxLarge {
	background: url(/images/rating_box_bg.gif) no-repeat top left;
	width: 150px;
	height: 78px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ratingBoxLarge .ratingScore {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 28px;
	color: #cc0000;
	padding: 10px 0;
}
#ratingBoxLarge .ratingScoreGray {
	color: #b0b0b0;
}
#ratingBoxLarge .ratingReviews {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #404040;
}

#ratingBoxLarge .ratingReviews_small {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #404040;
}



.ratingBoxSmallContainer {
	padding: 10px 5px 0 0;
}
.ratingBoxSmall {
	background: url(/images/rating_box_bg.gif) no-repeat bottom left;
	width: 90px;
	height: 48px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
 .ratingScore {
	display: block;
	font-family: Verdana, arial, sans-serif;
	font-size: 17px;
	color: #cc0000;
	padding: 4px 0 2px 0;
}
.ratingBoxSmall .ratingScoreGray {
	color: #b0b0b0;
}
.ratingBoxSmall .ratingReviews {
	display: block;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #404040;
}

.ratingBoxSmall .ratingReviews_small {
	display: block;
	font-family: Verdana, arial, sans-serif;
	font-size: 8px;
	color: #404040;
}



									#slideshow {list-style:none; color:#fff; border:0px;}
									#slideshow span {display:none}
									#wrapper_gallery {width:506px; margin:10px auto; display:none}
									#wrapper_gallery * {margin:0; padding:0}
									#fullsize {position:relative; width:500px; height:300px; padding:2px; border:0px solid #ccc; background:#fff}
									#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
									#information h3 {padding:4px 8px 3px; font-size:14px}
									#information p {padding:0 8px 8px}
									#image {width:500px}
									#image img {position:absolute; z-index:25; width:auto}
									.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
									#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
									#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
									#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
									.linkhover {background:url(images/link.gif) center center no-repeat}
									#thumbnails {margin-top:15px}
									#slideleft {float:left; width:20px; height:85px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#000}
									#slideleft:hover {background-color:#fff}
									#slideright {float:right; width:20px; height:85px; background:#fff url(images/scroll-right.gif) center center no-repeat; background-color:#000}
									#slideright:hover {background-color:#fff}
									#slidearea {float:left; position:relative; width:460px; margin-left: 3px; height:87px; overflow:hidden}
									#slider {position:absolute; left:0; height:87px}
									#slider img {cursor:pointer; border:1px solid #666; padding:2px}
									
#tabContainer {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	
}
#tabContainer a {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
#tabContainer a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
}
#tabContainer hr {
	display: none;
}
#tabNav {
	width: 716px;
	height: 30px;
	margin-left: 20px;
}
#tabNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

}
#tabNav ul li {
	display: inline;
}
#tabNav ul li a {
	background: url(images/tabs_btn_a.gif) no-repeat scroll right top;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	margin-right: 1px;
	padding-right: 20px;
}
#tabNav ul li a span {
	background: url(images/tabs_btn_span.gif) no-repeat scroll left top;
	display: block;
	line-height: 20px;
	padding: 5px 0 5px 20px;
}
#tabNav ul li a:hover {
	background: url(images/tabs_btn_a_selected.gif) no-repeat scroll right top;
	text-decoration: none;
}
#tabNav ul li a:hover span {
	background: url(images/tabs_btn_span_selected.gif) no-repeat scroll left top;
}
#tabNav ul li a.selected {
	background: url(images/tabs_btn_a_selected.gif) no-repeat scroll right top;
}
#tabNav ul li a.selected span {
	background: url(images/tabs_btn_span_selected.gif) no-repeat scroll left top;
}
#tabContentTop {
	background: url(images/tabs_bg.gif) no-repeat scroll top left;
	width: 736px;
	height: 10px;
}
#tabContent {
    font-size: 12px;
    background: #fff;
    width: 736px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    overflow: hidden;

}

#tabContent div {
        padding: 20px;
}


#tabContentBottom {
	background: url(images/tabs_bg.gif) no-repeat scroll bottom left;
	width: 736px;
	height: 10px;
}.trennlinie {
border-bottom: 1px solid #E4E4E4;
}



#zweipluseins_main {
position: relative;
}

#zweipluseins {
position: absolute;
width: 200px;
height: 70px;
background: cyan;
top: -45px;
left: 150px;
background: url(webpics/2plus1_grafik_neu.gif) no-repeat scroll left top;
}




#dreipluseins_main {
position: relative;
}

#dreipluseins {
position: absolute;
width: 95px;
height: 47px;
background: cyan;
top: -25px;
left: 180px;
background: url(webpics/3plus1_grafik_neu.gif) no-repeat scroll left top;
}

.game {
position: relative;
height: 320px;
}
.warenkorbBtn {
width: 115px;
height: 35px;
position: absolute;
bottom: 0px;
left: 33px;
}

#uncut {
    position: relative;
}
#uncutLogo {
    background: url(webpics/uncut_hand.jpg) no-repeat scroll left top;
    width: 150px;
    height: 165px;
    position: absolute;
    top: 35px;
    right: 25px;
}


#uncutV2 {
    position: relative;
}
#uncutLogoV2 {
    background: url(webpics/uncut_hand_packshot.png) no-repeat scroll left top;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: 190px;
}


#bgLink {
    width: 986px;
    height: 150px;
    margin: 0px auto;
}
#bgLink a {
    width: 986px;
    height: 150px;
    display: block;
    text-indent: -9999px;
}

#bg_snow {
    width: 1010px;
    height: 150px;
    margin: 0px auto;
}
#bg_snow a {
    width: 1010px;
    height: 150px;
    display: block;
    text-indent: -9999px;
}
#wrapper {
    width: 986px;
    position: relative;
    margin: 0px auto;
    background: #FFF;
}


#bContainer {
width: 798px;
height: 113px;
overflow: hidden; 
}
#bContainer img {
border: 0;
}
#bLeft {
float: left;
width: 500px;
height: 113px;
overflow: hidden; 
}
#bRight {
float: right;
width: 298px;
height: 113px;
overflow: hidden; 
}
.clear {
clear: both;
height: 0;
overflow: hidden;
}



.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #0081c2;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
}

#searchBox {
	color: #FFF;
	font: normal 11px Verdana, Arial, sans-serif;
	padding: 7px 10px 0px 10px;
	float: left;
	border: 0px;
	background: url(webpics/search_bg.gif) repeat-x scroll left top;
	margin: 8px 0px 0px 1px;
	width: 200px;
	height: 41px;
}
#searchBtn {
	float: left;
	border: 0px;
	background: url(webpics/search_bg.gif) repeat-x scroll left top;
	margin: 8px 0px 0px 10px;
	width: 41px;
	height: 28px;
}

#search_suggest {
	font-family: Verdana, Arial, Verdana, sans-serif;
 	font-size: 9px;
 	color: #000000;
 	position: absolute;
	left: 205px;
	top: 220px;
	visibility: hidden; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	width: 500px;			
}
.uncut_garantie {
	margin-top: 20px;
}
a:link,
a:visited {

	text-decoration: none;
}	
.border_outside {
	border: 1px solid #e4e4e4;
}
.border_middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-left-color: #e4e4e4;
}
.under_logo-nav {
	background-image: url(webpics/under_logo-nav.gif);
	background-repeat: repeat-x;
}
.nav_bg1 {
	background-image: url(webpics/nav_bg1.gif);
	background-repeat: repeat-x;
}
.nav_bg2 {
	background-image: url(webpics/nav_bg2.gif);
	background-repeat: repeat-x;
}
.gradient_bottom {
	background-image: url(webpics/gradient_bottom.gif);
	background-repeat: repeat-x;
}
.nav_line {
	background-image: url(webpics/nav_line.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.nav_arrow {
	background-image: url(webpics/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.search_box {
	border: 1px solid #8f99a3;
	font: normal 12px Verdana, Arial, sans-serif;
	height: 18px;
	width: 176px;
	padding: 1px;
	margin: 1px;
	vertical-align: top;
	position: absolute;
}

.wrong_Field {
	border: 1px solid red;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #08487a;
	
	margin-top: 10px;
}

.Field {
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #08487a;
	
	margin-top: 10px;
}


.senden_btn {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 20px;
	width: 49px;
	position: relative;
	left: 200px;
}

.search_btn_trade {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 20px;
	width: 49px;
	position: absolute;
	left: 400px;
}

.shoppingcart_bg_top {
	background-image: url(webpics/shoppingcart_bg_top_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.shoppingcart_bg_middle{
	background-image: url(webpics/shoppingcart_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.shoppingcart_bg_bottom {
	background-image: url(webpics/shoppingcart_bg_bottom2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.shoppingcart_text1 {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: normal;
}
.shoppingcart_text1 a:link {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: bold;
}
.shoppingcart_text1 a:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: bold;
}

.shoppingcart_dyn_text1 {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: 15px;
	width:160px;
}
.shoppingcart_dyn_text1 a:link {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: 15px;
	width:160px;
}
.shoppingcart_dyn_text1 a:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #606060;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: 15px;
	width:160px;
}

.shoppingcart_text2 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
}
.shoppingcart_text2 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
}

.shoppingcart_text3 a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
		position: relative;
	left:65px;
}
.shoppingcart_text3 a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #db0e39;
	font-style: normal;
	font-weight: normal;
		position: relative;
	left:65px;
}

.nav_text a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.nav_text a:hover {
	color: #0089fa;

}
.left_nav1 a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.left_nav1 a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.left_nav1 a:hover {
	color: #404040;
	font-size: 12px;
}
.login_background {
	background-image: url(webpics/login_background.gif);
	background-repeat: repeat-x;
}
.login_box {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
.loginbox_style1 {
	border: 1px solid #51bceb;
	padding: 0px;
	height: 18px;
	width: 146px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.loginbox_style2 {
	border: 1px solid #51bceb;
	padding: 0px;
	height: 18px;
	width: 91px;
	margin-left: 20px;
}
.loginbox_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #08487a;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.loginbox_text a:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #08487a;
	margin-top: 10px;
}
.loginbox_text a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #08487a;
	margin-top: 10px;
}
.btn_login {
	margin: 0px;
	padding: 0px;
}
.footer_text1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #aaaaaa;
}
.footer_text2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.btn_warenkorb2 {
	margin-right: 25px;
}
.box_top_corner_left_gray {
	background-image: url(webpics/box_top_corner_left_gray.gif);
	background-repeat: no-repeat;
}
.box_top_corner_right_gray {
	background-image: url(webpics/box_top_corner_right_gray.gif);
	background-repeat: no-repeat;
}
.box_top_middle_gray {
	background-image: url(webpics/box_top_middle_gray.gif);
	background-repeat: repeat-x;
}
.box_bottom_corner_left {
	background-image: url(webpics/box_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.box_bottom_corner_right {
	background-image: url(webpics/box_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.box_bottom_middle {
	background-image: url(webpics/box_bottom_middle.gif);
	background-repeat: repeat-x;
}
.box_content {
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}

.standard_schrift_klein {
font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: normal;
	text-align: left;
	}
	
.box_top_corner_left_blue {	
	background-image: url(webpics/box_top_corner_left_blue.gif);
	background-repeat: no-repeat;
}
.box_top_corner_right_blue {
	background-image: url(webpics/box_top_corner_right_blue.gif);
	background-repeat: no-repeat;
}
.box_top_middle_blue {
	background-image: url(webpics/box_top_middle_blue.gif);
	background-repeat: repeat-x;
}
.content_box_space {
	margin-top: 10px;
}.box_title_center {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 9px;
}
.box_top_corner_left_red {
	background-image: url(webpics/box_top_corner_left_red.gif);
	background-repeat: no-repeat;
}
.box_top_middle_red {
	background-image: url(webpics/box_top_middle_red.gif);
	background-repeat: repeat-x;
}
.box_top_corner_right_red {
	background-image: url(webpics/box_top_corner_right_red.gif);
	background-repeat: no-repeat;
}
/*********************************
START: BOX ROW (Most Wanted, Top Selling...)
*********************************/
/*********************************
START: BOX ROW (Most Wanted, Top Selling...)
*********************************/
.box_title {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 9px;
	padding-left: 9px;
}


.box_row1 {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}
.box_row1 a:link {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	
	text-align: left;
	
}

.box_row1 a:visited {
background-color: #E4E4E4;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	
	text-align: left;

}

.box_row1 a:hover {
	color: #0089fa;

}

.box_row2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}
.box_row2 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	
	text-align: left;
	
}

.box_row2 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	
	text-align: left;

}

.box_row2 a:hover {
	color: #0089fa;

}
.start_topseller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
}
a.start_topseller {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #545454;
	font-weight: normal;
	text-align: left;
}
a.start_topseller:hover {
	color: #0089fa;
}


.standard_link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: normal;
	text-align: left;
}
a.standard_link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: normal;
	text-align: left;
}
a.standard_link:hover {
	color: #0089fa;
}

.standard_link_bold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5d5d5d;
	font-weight: bold;
	text-align: left;
}
a.standard_link_bold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: bold;
	text-align: left;
}
a.standard_link_bold:hover {
	color: #0089fa;
}


.box_row3 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
.box_row3 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

.box_row3 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}

.box_row3 a:hover {
	color: #0089fa;

}



.box_row4 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: normal;
	text-align: left;
	
}
.box_row4 a:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: bold;
	text-align: left;
	
}

.box_row4 a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #545454;
	font-weight: bold;
	text-align: left;

}

.box_row4 a:hover {
	color: #0089fa;

}
/*********************************
END: BOX ROW (Most Wanted, Top Selling...)
*********************************/
.three_games_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.content_box_space2 {
	margin-top: 30px;
}
.box_top_corner_left_login {
	background-image: url(webpics/box_top_corner_left_login.gif);
	background-repeat: no-repeat;
}

.box_top_corner_left_login_yellow{
	background-image: url(webpics/box_top_corner_left_login_yellow.gif);
	background-repeat: no-repeat;
}

.box_login_border {
	/*background-color: #f9f9f9;*/
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}

.box_login_border_yellow {
	/*background-color: #f9f9f9;*/
	background-color: #ffffa9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}


.box_login {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #303438;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_top_middle_login_yellow {
	background-image: url(webpics/box_top_middle_login_yellow.gif);
	background-repeat: repeat-x;
}
.box_top_corner_right_login_yellow {
	background-image: url(webpics/box_top_corner_right_login_yellow.gif);
	background-repeat: no-repeat;
}


.box_top_middle_login {
	background-image: url(webpics/box_top_middle_login.gif);
	background-repeat: repeat-x;
}
.box_top_corner_right_login {
	background-image: url(webpics/box_top_corner_right_login.gif);
	background-repeat: no-repeat;
}
.box_bottom_middle_login {
	background-image: url(webpics/box_bottom_middle_login.gif);
	background-repeat: repeat-x;
}

.box_bottom_middle_login_yellow {
	background-image: url(webpics/box_bottom_middle_login_yellow.gif);
	background-repeat: repeat-x;
}

.box_bottom_corner_right_login_yellow {
	background-image: url(webpics/box_bottom_corner_right_login_yellow.gif);
	background-repeat: no-repeat;
}

.box_bottom_corner_right_login {
	background-image: url(webpics/box_bottom_corner_right_login.gif);
	background-repeat: no-repeat;
}
.mein_konto_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
}
.mein_konto_titel {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #008cff;
	padding-left: 5px;
}
.box_bottom_corner_left_login {
	background-image: url(webpics/box_bottom_corner_left_login.gif);
	background-repeat: no-repeat;
}

.box_bottom_corner_left_login_yellow {
	background-image: url(webpics/box_bottom_corner_left_login_yellow.gif);
	background-repeat: no-repeat;
}

.btn_login2 {
	padding-top: 10px;
	padding-left: 2px;
}
.mein_konto_login_style {
	border: 1px solid #000000;
	margin: 2px;
}
.detailbox_space {
	margin-top: 20px;
}.detailbox_top_corner_left {
	background-image: url(webpics/detailbox_top_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_top_middle {
	background-image: url(webpics/detailbox_top_middle.gif);
	background-repeat: repeat-x;
}
.detailbox_top_corner_right {
	background-image: url(webpics/detailbox_top_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox_border {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.detailbox_bottom_corner_left {
	background-image: url(webpics/detailbox_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_bottom_middle {
	background-image: url(webpics/detailbox_bottom_middle.gif);
	background-repeat: repeat-x;
}
.descripton {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.descripton_ohne_padding {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.link_it_right a {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: none;
}

.link_it_right a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: underline;
	
}
.link_it_right a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fe5d02;
	text-decoration: none;
}


.descriptonV2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;

}

.detailbox_bottom_corner_right {
	background-image: url(webpics/detailbox_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox2_bottom_corner_right {
	background-image: url(webpics/detailbox2_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.detailbox2_bottom_corner_left {
	background-image: url(webpics/detailbox2_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.detailbox_price {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
	padding-left: 20px;
}
.detailbox_price_ohne_border {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
}

.detailbox2_bottom_middle {
	background-image: url(webpics/detailbox2_bottom_middle.gif);
	background-repeat: repeat-x;
}
.btn_komplettliste_padding {
	margin-right: 10px;
}
.list_top_corner_left {
	background-image: url(webpics/list_top_corner_left.gif);
	background-repeat: no-repeat;
}
.list_top_middle {
	background-image: url(webpics/list_top_middle.gif);
	background-repeat: repeat-x;
}
.list_top_corner_right {
	background-image: url(webpics/list_top_corner_right.gif);
	background-repeat: no-repeat;
}
.list_bottom_corner_left {
	background-image: url(webpics/list_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.list_bottom_middle {
	background-image: url(webpics/list_bottom_middle.gif);
	background-repeat: repeat-x;
}
.list_bottom_corner_right {
	background-image: url(webpics/list_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.list_border {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #959595;
	border-left-color: #959595;
}
.list_space {
	margin-top: 1px;
}
.list_titel {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.list_titel_tabelle {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
}
.list_price {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #404040;
}
.fsk18-1_top_corner_left {
	background-image: url(webpics/fsk18-1_top_corner_left.gif);
	background-repeat: no-repeat;
}
.fsk18-1_top_middle {
	background-image: url(webpics/fsk18-1_top_middle.gif);
	background-repeat: no-repeat;
}
.fsk18-1_top_corner_right {
	background-image: url(webpics/fsk18-1_top_corner_right.gif);
	background-repeat: no-repeat;
}
.fsk18-1_content {
	background-image: url(webpics/fsk18-1_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.fsk18-2_top_corner_left {
	background-image: url(webpics/fsk18-2_top_corner_left.gif);
	background-repeat: no-repeat;
}
.fsk18-2_top_middle {
	background-image: url(webpics/fsk18-2_top_middle.gif);
	background-repeat: no-repeat;
}
.fsk18-2_top_corner_right {
	background-image: url(webpics/fsk18-2_top_corner_right.gif);
	background-repeat: no-repeat;
}
.fsk18-2_content {
	background-image: url(webpics/fsk18-2_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.fsk18-2_bottom_corner_left {
	background-image: url(webpics/fsk18-2_bottom_corner_left.gif);
	background-repeat: no-repeat;
}
.fsk18-2_bottom_middle {
	background-image: url(webpics/fsk18-2_bottom_middle.gif);
	background-repeat: no-repeat;
}
.fsk18-2_bottom_corner_right {
	background-image: url(webpics/fsk18-2_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.fsk18-3_top_corner_left {
	background-image: url(webpics/fsk18-3_top_corner_left.gif);
	background-repeat: no-repeat;
}
.fsk18-3_top_middle {
	background-image: url(webpics/fsk18-3_top_middle.gif);
	background-repeat: no-repeat;
}
.fsk18-3_top_corner_right {
	background-image: url(webpics/fsk18-3_top_corner_right.gif);
	background-repeat: no-repeat;
}
.fsk18-3_content {
	background-image: url(webpics/fsk18-3_content.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f8f8f8;
}
.fsk18-3_bottom_corner_right {
	background-image: url(webpics/fsk18-3_bottom_corner_right.gif);
	background-repeat: no-repeat;
}
.list_price2 {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	
}
.list_titel2 {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	display: block;
}
.versandbereit {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
}
.auftragsauskunft_text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
}
.auftragsauskunft_orange {
	color: #FF5D0B;
	font-weight: bold;
}
.warenkorb_productboxheader_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.warenkorb_stdtext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.warenkorb_stdtext2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.warenkorb_1 {
	background-image: url(webpics/warenkorb_1.gif);
	background-repeat: no-repeat;
}
.warenkorb_2 {
	background-image: url(webpics/warenkorb_2.gif);
	background-repeat: repeat-x;
}
.warenkorb_3 {
	background-image: url(webpics/warenkorb_3.gif);
	background-repeat: no-repeat;
}
.warenkorb_info {
	padding-top: 9px;
	padding-bottom: 9px;
}
.bestellungen_topcorner_left {
	background-image: url(webpics/bestellungen_topcorner_left.gif);
	background-repeat: no-repeat;
}
.bestellungen_top_middle {
	background-image: url(webpics/bestellungen_top_middle.gif);
	background-repeat: repeat-x;
}
.bestellungen_topcorner_right {
	background-image: url(webpics/bestellungen_topcorner_right.gif);
	background-repeat: no-repeat;
}
.warenkorb_productboxheader_text2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #008cff;
}
.detailbox_info {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-left: 19px;
}

.detailbox_info_left {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-left: 0px;
}

.detailbox_info_leftV2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-left: 0px;
}

.titlepimp {
	background-image: url(../webpics/titlepimp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
.titlepimp_text {
	font-family: Verdana, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.statistik_bg {
	background-image: url(webpics/statistik.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.shopbewertung_bg {
	background-image: url(webpics/shopbewertung.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.cart_showcase_bg {
	background-image: url(webpics/cart_showcase.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.livechat_bg {
	background-image: url(webpics/livechat_bg.gif);
	background-repeat: no-repeat;
	<!--background-position: center top;-->
}

}
#news_wrapper {
	margin: 0px;
	padding: 0px;
	width: 778px;
	margin-top: 30px;
}
#news_wrapper #news_banner_container {
	height: 113px;
	width: 778px;
	margin-bottom: 26px;
}
#news_container {
	width: 489px;
	float: left;
}
#news_banner_container .banner_spacing {
	margin-right: 10px;
}

/*
#news_archive_container {
	float: right;
	width: 279px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}*/
h3 {
	color: #7E8AA2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 15px 0;
	text-align: right;
margin:0px;
}
#news_archive_container .month {
	font-size: 11px;
	color: #7E8AA2;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#news_archive_container .month a:link, a:visited, a:active {
	color: #545454;
	text-decoration: none;
}

#news_archive_container .month a:hover {
	color: #7E8AA2;
	text-decoration: none;
	font-weight: bold;
}
#news_archive_container .line2 {
	width: 100%;
	background: url(gamesonly_news/images/line.png) repeat-x scroll left 10px;
	overflow: hidden;
	height: 21px;
}



























#news, #news2 {
	width: 489px;

	margin: 0px;
}
#news2 {
	width: 459px;
}
#news h2, #news2 h2 {
	color: #7E8AA2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: left;
}

#news h2 a, #news2 h2 a {
	font-weight: bold;
	color: #7E8AA2;
	text-decoration: none;
	text-align: left;
	
}
#news h2 a:hover, #news2 h2 a:hover {
	font-weight: bold;
	color: #7E8AA2;
	text-decoration: underline;
	text-align: left;
}

#news h1, #news2 h1 {
	color: #7E8AA2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: -10 0 0 0;
	text-decoration: none;
}
#news h1 a, #news2 h1 a {
	font-weight: bold;
	color: #7E8AA2;
	text-decoration: none;
}
#news h1 a:hover, #news2 h1 a:hover {
	font-weight: bold;
	color: #7E8AA2;
	text-decoration: underline;
}

#news p, #news2 p {
	color: #686868;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: -10px;
	font-weight: normal;
}
#news p a, #news2 p a {
	color: #fe5d02;
	text-decoration: none;
	font-weight: normal;
}
#news p a:hover, #news2 p a:hover {
	color: #fe5d02;
	text-decoration: underline;
	font-weight: normal;
}


#news span, #news2 span {
	color: #686868;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	font-weight: normal;
}
#news span a, #news2 span a {
	color: #fe5d02;
	text-decoration: none;
	font-weight: normal;
}
#news span a:hover, #news2 span a:hover {
	color: #fe5d02;
	text-decoration: underline;
	font-weight: normal;
}

#news .date, #news2 .date {

	text-align: left;
	padding: 0px;
	font-size: 11px;
	color: #7E8AA2;
}


#news .line, #news2 .line {
	height: 11px;
	width: 100%;
	background: url(/gamesonly_news/images/line.png) repeat-x scroll left bottom;
}
#news .clear, #news2 .clear {
	clear: both;
}
#news .wide, #news2 .wide {
	margin-top: 30px;
}
#news .packshot_left, #news2 .packshot_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#news .packshot_center, #news2 .packshot_center {
	float: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#news .packshot_right, #news2 .packshot_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

#news .fb, #news2 .fb{
	height: 25px;
	width: 500;
	
}

#news .comment, #news2 .comment{
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;

}



#news_wrapper {
	width: 778px;
	margin-top: 30px;
}
#news_wrapper #news_banner_container {
	height: 113px;
	width: 778px;
	margin-bottom: 26px;
}
#news_container {
	width: 489px;
	float: left;
}
#news_banner_container .banner_spacing {
	margin-right: 10px;
}
#news_archive_container {
	float: right;
	width: 279px;
	/*overflow: hidden;*/
}

#news_archive_container .month {
	font-size: 11px;
	color: #7E8AA2;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}

#news_archive_container .line2 {
	width: 100%;
	background: url(gamesonly_news/images/line.png) repeat-x scroll left 10px;
	overflow: hidden;
	height: 10px;
}
#news_archive_container .ad {
	background-color: #ffffff;
	width: 160px;
	float: right;
	margin-top: 0px;
}


#news_container .comment_link {
	color: #686868;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	font-weight: normal;
}
#news_container .comment_link a {
	color: #fe5d02;
	text-decoration: none;
	font-weight: normal;
}

#news_container .comment_link a:link, #news_container .comment_link a:visited, #news_container .comment_link a:active {
	color: #fe5d02;
	text-decoration: none;
	font-weight: normal;
}

#news_container .comment_link a:hover {
	color: #fe5d02;
	text-decoration: underline;
	font-weight: normal;
}
