/*
Theme Name: Blue The Web News
Author: WPThemeDesigner
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
        background: url(http://www.wow-info.es/wp-content/themes/bluethewebnews/images/bgtext9.jpg) #000 no-repeat fixed center top;

}

a {
	color: #E43F15;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	background: url(images/background22.gif) repeat-y 0 0; 
	margin: auto auto;
	text-align: left;
	padding: 0px;
}
/** END wrapper **/

/** BEGIN header **/
#header {

background-color:transparent;
}
	#header ul {
		float: left;
		list-style-type: none;
		padding: 10px 0;
		margin-left: -5px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 0 15px;
			border-left: 1px solid #3398cc;
		}
			#header ul li.f {
				border: 0;
                                font-weight:bold;
			}
	#header .links {
		float: right;
		font-size: 0.9em;
		color: #3398cc;
		padding: 10px;
	}
		#header .links a {
			margin-left: 14px;
		}
	#header .logo {
		padding: 18px 18px 40px;
		float: left;
	}
		#header .logo h1 {
			font-family: "Lucida Sans";
			font-size: 2.5em;
			text-transform: uppercase;
		}
		#header .logo h1 a {
			color: #3398cc;
		}
		#header .logo p {
			color: #246688;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 35px;
	        background: #141E21 url(images/menu_bg1.gif) repeat-x;
                font-weight:bold;
                width:970px;
	}
		#header ol li {
			float: left
		}
		#header ol li a {
			color: #ffffff;
			display: block;
			padding: 10px 12px 11px;
		}
		#header ol li a:hover {
			background-color: #1C282B;
		}
	#header {
		
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 650px;
	float: right;
}
	#content .post {
		width: 620px;
		padding: 20px 0px 0px 17px;
	}
		#content .post h2 {
			font-family: Georgia;
			font-size: 1.8em;
			margin-bottom: 0px;
		}
			#content .post h2 a {
				color: #1C282B;
			}
			#content .post h2 a:hover {
				color: #ffffff;
                                background: #1C282B;		
                        }

		#content .post .date {
			font-size: 0.9em;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 5px;
		}
		#content .post .continue {
			color: #ffffff;
	                background: #fff url(images/btnder.jpg) no-repeat top center;
			padding: 4px 15px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 5px;
		}

		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .post .thumb {
			height: 92px;
			overflow: hidden;
			padding: 0px;
			background-color: #EEEEEE;
			border: 1px solid #141E21;
			margin-bottom: 10px;
		}
		#content .post .thumb:hover {
			background-color: #EEEEEE;
			border: 1px solid #E43F15;
		}
			#content .post .thumb div {
				height: 92px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 300px;
			}
	#content .postnav {
		clear: both;
		padding: 50px 12px 50px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
				float: center;
				padding: 2px;
				padding: 2px;
			}
			#content .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #141E21;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
			}
			#content .postnav ul li a:hover {
				background-color: #E43F15;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 304px;
	float: left;
	padding-bottom: 20px;
        padding-left:8px;
}
	#sidebar .wrapper {
		padding: 0 0px;
	}
	#sidebar h2 {
		color: #ffffff;
                background:#1C282B;
		font-size: 1em;
		text-transform: uppercase;
		margin: 10px 2px 10px;
                text-align:center;
}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DADADA;
			line-height: 1.4em;
			padding: 4px 14px;
			font-size: 0.9em;
			background: url(images/bullet.gif) no-repeat 4px 8px;
		}
		#sidebar ul li a {
			color: #1C282B;
		}
		#sidebar ul li a:hover {
			color: #ffffff;
                        background: #1C282B;
		}
	#sidebar .ads {
		text-align: center;
		padding: 10px 0;
	}
		#sidebar .ads img {
			margin: 3px;
		}


	#sidebar .flickr { }
		#sidebar .flickr img {
			margin: 3px;
		}
	#sidebar .video {
		padding-bottom: 5px;
	}
	#sidebar .tags { 
		padding-bottom: 5px;
	}
		#sidebar .tags a {
			color: #141E21;
                        padding:0px 4px;
		}
		#sidebar .tags a:hover {
			color: #ffffff;
                        background:#141E21;
		}
	#sidebar .l {
		float: left;
		width: 125px;
	}
	#sidebar .r {
		float: right;
		width: 125px;
	}
		#sidebar .sbar li {
			font-size: 1em;
			padding-left: 12px;
			background: url(images/bullet.gif) no-repeat 0 8px;
			border: 0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #141E21;
	color: #ffffff;
	font-family: Georgia;
	padding: 10px;
        font-size:0.8em;
}
#footer a{
	color: #ffffff;
        text-decoration:underline;
}

/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #565656;
}
.single {
	padding: 20px 15px;
}
	.single h2 {
		font-family: Georgia;
		font-size: 1.5em;
		margin-bottom: 0px;
	}
	.single .date {
		font-size: 0.9em;
		font-family: Georgia;
		color: #808080;
		margin-bottom: 10px;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.single p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e8e8e8;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

.blizzquotewrap {
   background-color: #333;
   color: #09f;
   padding: 10px;
   margin: 10px 0px;
   font-size: 12px;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}

.blizzquote h1, .blizzquoteheader {
   margin: 0;
   padding: 0;
   padding-bottom: 20px;
   font-size: 11px;
   font-weight: normal;
   background-repeat: no-repeat;
   background-image: url(http://static.mmo-champion.com/mmoc/Themes/mmo3/img/blizzquotesep.gif);
   background-position: bottom left;
   background-color: #333;
   border: 0;
}

.blizzquote h1 span, .blizzquoteheader span {
   background-image: url(http://static.mmo-champion.com/mmoc/Themes/mmo3/img/blizz_ico.gif);
   background-position: top left;
   background-repeat: no-repeat;
   height: 27px;
   line-height: 21px;
   padding-left: 30px;
   display: block;
}
.lead:first-letter {font-size: 60px; float:left; display:block; margin:5px 0px 0 0;}





/* menu vertical */
#sidebar .menu{
background: url(http://wow-vengeance.com/blog2/wp-content/themes/bluethewebnews/images/btnder.gif) no-repeat 4px 11px;
}
.tabladescargas {
text-align:center;
width:610px;
border:1px solid #eee;
}
.f1{
background: #eee;
}
.f2{
font-weight: bold;
color: #fff;
background: #141E21;
}
.tagen {
width: 610px;
background: #eee;
border: 0px solid #eee;
}
.tacab {
background: #333;
color: #fff;
font-weight: bold;
}
.featuredp a {
color: #141E21;
font-family: "Lucida Grande","Lucida Sans Unicode",helvetica,clean,sans-serif;
font-size: 1.1em;
line-height: 1.1em;

}
.featuredp a:hover {
color: #E43F15;
}
.rec ol
{
padding: 0;
margin: 0;
}

.rec li
{
background-image: url(http://www.wow-info.es/wp-content/themes/bluethewebnews/images/dot.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: .7em;
list-style-type: none;
}
.feedflare
{
display:none;
}

.iconlarge ins{ height: 56px; left: 6px; top: 6px; width: 56px; }
.iconlarge-gold del{ background-image: url(http://static.wowhead.com/images/icon_border_large_gold2.png); }
.iconlarge-premium del{ background-image: url(http://static.wowhead.com/images/icon_border_large_premium.png); }
.iconlarge-q0 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q0.png); }
.iconlarge-q1 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q1.png); }
.iconlarge-q10 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q10.png); }
.iconlarge-q2 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q2.png); }
.iconlarge-q3 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q3.png); }
.iconlarge-q4 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q4.png); }
.iconlarge-q5 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q5.png); }
.iconlarge-q6 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q6.png); }
.iconlarge-q7 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q7.png); }
.iconlarge-q8 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q8.png); }
.iconlarge-q9 del{ background-image: url(http://static.wowhead.com/images/icon_border_large_q9.png); }
.iconlist .iconsmall{ margin-right: 4px; }
.iconlist td{ color: white; padding: 4px 0 6px 0; }
.iconlist ul li{ list-style-position: inside; list-style-type: square; padding-left: 13px; }
.iconlist ul, #toptabs dl, .old-tabs { margin: 0; padding: 0; }
.iconlist var{ font-size: 1px; }
.iconlist, .icontab { border-collapse: collapse; margin-top: 4px; }
.iconmedium .glow{ font-size: 13px; margin: 4px 6px 4px 6px; }
.iconmedium a{ background: url(http://static.wowhead.com/images/icon_hilite_medium_new.png) no-repeat 38px 0; height: 38px; width: 38px; }
.iconmedium del{ background-image: url(http://static.wowhead.com/images/icon_border_medium.png); height: 44px; width: 44px; }
.iconmedium ins{ height: 36px; left: 4px; top: 4px; width: 36px; }
.iconmedium, .iconmedium var { height: 44px; width: 44px; }
.iconmedium-gold a{ background: none!important; cursor: default; }
.iconmedium-gold del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_gold2.png); }
.iconmedium-gold del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_gold.png); }
.iconmedium-premium del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_premium.png); }
.iconmedium-q0 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q0.png); }
.iconmedium-q1 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q1.png); }
.iconmedium-q10 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q10.png); }
.iconmedium-q2 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q2.png); }
.iconmedium-q3 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q3.png); }
.iconmedium-q4 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q4.png); }
.iconmedium-q5 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q5.png); }
.iconmedium-q6 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q6.png); }
.iconmedium-q7 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q7.png); }
.iconmedium-q8 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q8.png); }
.iconmedium-q9 del{ background-image: url(http://static.wowhead.com/images/icon_border_medium_q9.png); }
.iconmedium-socket-blue del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_blue1.png); }
.iconmedium-socket-blue var{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_anim_blue.gif); }
.iconmedium-socket-blue-empty del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_blue0.png); }
.iconmedium-socket-blue-empty ins{ background-position: -108px 0; }
.iconmedium-socket-meta a,.iconmedium-socket-red a,.iconmedium-socket-yellow a,.iconmedium-socket-blue a,.iconmedium-socket-prismatic a{ background-image: url(http://static.wowhead.com/images/sockets/medium/icon_hilite_socket1.png); }
.iconmedium-socket-meta del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_meta1.png); }
.iconmedium-socket-meta var{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_anim_meta.gif); }
.iconmedium-socket-meta-empty a,.iconmedium-socket-red-empty a,.iconmedium-socket-yellow-empty a,.iconmedium-socket-blue-empty a,.iconmedium-socket-prismatic-empty a{ background-image: url(http://static.wowhead.com/images/sockets/medium/icon_hilite_socket0.png); }
.iconmedium-socket-meta-empty del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_meta0.png); }
.iconmedium-socket-meta-empty ins,.iconmedium-socket-yellow-empty ins,.iconmedium-socket-red-empty ins,.iconmedium-socket-blue-empty ins,.iconmedium-socket-prismatic-empty ins{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_background.jpg); }
.iconmedium-socket-prismatic del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_prismatic1.png); }
.iconmedium-socket-prismatic var{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_anim_prismatic.gif); }
.iconmedium-socket-prismatic-empty del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_prismatic0.png); }
.iconmedium-socket-prismatic-empty ins{ background-position: -144px 0; }
.iconmedium-socket-red del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_red1.png); }
.iconmedium-socket-red var{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_anim_red.gif); }
.iconmedium-socket-red-empty del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_red0.png); }
.iconmedium-socket-yellow del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_yellow1.png); }
.iconmedium-socket-yellow var{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_anim_yellow.gif); }
.iconmedium-socket-yellow-empty del{ background-image: url(http://static.wowhead.com/images/sockets/medium/socket_yellow0.png); }
.iconsmall .glow{ font-size: 11px; margin: 2px 5px 2px 4px; }
.iconsmall .glow,.iconmedium .glow,.iconlarge .glow{ cursor: default; font-weight: bold; line-height: normal; z-index: 15; }
.iconsmall a{ background: url(http://static.wowhead.com/images/icon_hilite_small.png) no-repeat 20px 0; height: 20px; width: 20px; }
.iconsmall a,.iconmedium a,.iconlarge a{ display: block; left: 3px; position: absolute; top: 3px; z-index: 20; }
.iconsmall a:hover,.iconmedium a:hover,.iconlarge a:hover, .iconsmall-socket-meta-empty ins, .iconmedium-socket-meta-empty ins { background-position: 0 0; }
.iconsmall del{ background-image: url(http://static.wowhead.com/images/icon_border_small.png); height: 26px; width: 26px; }
.iconsmall del,.iconmedium del,.iconlarge del{ background-repeat: no-repeat; display: block; left: 0; position: absolute; top: 0; z-index: 10; }
.iconsmall ins{ height: 18px; left: 4px; top: 4px; width: 18px; }
.iconsmall ins,.iconmedium ins,.iconlarge ins{ background-repeat: no-repeat; display: block; position: absolute; z-index: 5; }
.iconsmall var,.iconmedium var{ background-repeat: no-repeat; display: block; position: absolute; z-index: 15; }
.iconsmall, .iconsmall var { height: 26px; width: 26px; }
.iconsmall,.iconmedium,.iconlarge{ position: relative; z-index: 0; }
.iconsmall-gold del{ background-image: url(http://static.wowhead.com/images/icon_border_small_gold2.png); }
.iconsmall-premium del{ background-image: url(http://static.wowhead.com/images/icon_border_small_premium.png); }
.iconsmall-q0 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q0.png); }
.iconsmall-q1 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q1.png); }
.iconsmall-q10 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q10.png); }
.iconsmall-q2 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q2.png); }
.iconsmall-q3 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q3.png); }
.iconsmall-q4 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q4.png); }
.iconsmall-q5 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q5.png); }
.iconsmall-q6 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q6.png); }
.iconsmall-q7 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q7.png); }
.iconsmall-q8 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q8.png); }
.iconsmall-q9 del{ background-image: url(http://static.wowhead.com/images/icon_border_small_q9.png); }
.iconsmall-socket-blue del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_blue1.png); }
.iconsmall-socket-blue var{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_anim_blue.gif); }
.iconsmall-socket-blue-empty del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_blue0.png); }
.iconsmall-socket-blue-empty ins{ background-position: -54px 0; }
.iconsmall-socket-meta a,.iconsmall-socket-red a,.iconsmall-socket-yellow a,.iconsmall-socket-blue a,.iconsmall-socket-prismatic a{ background-image: url(http://static.wowhead.com/images/sockets/small/icon_hilite_socket1.png); }
.iconsmall-socket-meta del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_meta1.png); }
.iconsmall-socket-meta var{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_anim_meta.gif); }
.iconsmall-socket-meta-empty a,.iconsmall-socket-red-empty a,.iconsmall-socket-yellow-empty a,.iconsmall-socket-blue-empty a,.iconsmall-socket-prismatic-empty a{ background-image: url(http://static.wowhead.com/images/sockets/small/icon_hilite_socket0.png); }
.iconsmall-socket-meta-empty del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_meta0.png); }
.iconsmall-socket-meta-empty ins,.iconsmall-socket-yellow-empty ins,.iconsmall-socket-red-empty ins,.iconsmall-socket-blue-empty ins,.iconsmall-socket-prismatic-empty ins{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_background.jpg); }
.iconsmall-socket-prismatic del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_prismatic1.png); }
.iconsmall-socket-prismatic var{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_anim_prismatic.gif); }
.iconsmall-socket-prismatic-empty del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_prismatic0.png); }
.iconsmall-socket-prismatic-empty ins, .iconmedium-socket-yellow-empty ins { background-position: -72px 0; }
.iconsmall-socket-red del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_red1.png); }
.iconsmall-socket-red var{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_anim_red.gif); }
.iconsmall-socket-red-empty del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_red0.png); }
.iconsmall-socket-red-empty ins{ background-position: -18px 0; }
.iconsmall-socket-yellow del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_yellow1.png); }
.iconsmall-socket-yellow var{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_anim_yellow.gif); }
.iconsmall-socket-yellow-empty del{ background-image: url(http://static.wowhead.com/images/sockets/small/socket_yellow0.png); }
.iconsmall-socket-yellow-empty ins, .iconmedium-socket-red-empty ins { background-position: -36px 0; }

.random-enchantments{float:left;width:47%;}
a.moneyitem,a.moneysocketmeta,a.moneysocketred,a.moneysocketyellow,a.moneysocketblue{text-decoration:none!important;color:black;border-bottom:1px solid black;}
a.moneyitem:hover,a.moneysocketmeta:hover,a.moneysocketred:hover,a.moneysocketyellow:hover,a.moneysocketblue:hover{border-bottom:1px solid black;}
.moneyitem,.moneygold,.moneysilver,.moneycopper,.moneyalliance,.moneyhorde,.moneyarena,.moneyachievement,.moneysocketmeta,.moneysocketred,.moneysocketyellow,.moneysocketblue,.moneysocketprismatic{background:no-repeat right center;}
.moneyitem{padding-right:18px;}
.moneygold{padding-right:15px;background-image:url(http://static.wowhead.com/images/money_gold.gif);}
.moneysilver{padding-right:15px;background-image:url(http://static.wowhead.com/images/money_silver.gif);}
.moneycopper{padding-right:15px;background-image:url(http://static.wowhead.com/images/money_copper.gif);}.moneyalliance{padding-right:12px;background-image:url(http://static.wowhead.com/images/money_alliance.gif);}.moneyhorde{padding-right:17px;background-image:url(http://static.wowhead.com/images/money_horde.gif);}.moneyarena{padding-right:18px;background-image:url(http://static.wowhead.com/images/money_arena.gif);}.moneyachievement{padding-right:13px;background-image:url(http://static.wowhead.com/images/money_achievement.gif);}.moneysocketmeta{padding-right:18px;background-image:url(http://static.wowhead.com/images/socket_meta.gif);}.moneysocketred{padding-right:18px;background-image:url(http://static.wowhead.com/images/socket_red.gif);}.moneysocketyellow{padding-right:18px;background-image:url(http://static.wowhead.com/images/socket_yellow.gif);}
.moneysocketblue{padding-right:18px;background-image:url(http://static.wowhead.com/images/socket_blue.gif);}
.tip{border-bottom:1px dotted #808080;cursor:help; color:black;}
.rss-icon{padding-left:18px;background:url(http://static.wowhead.com/images/rss.gif) no-repeat left center;}
.bc-icon{padding-right:34px;background:url(http://static.wowhead.com/images/bc_icon.gif) right center no-repeat;}
.wotlk-icon{padding-right:41px;background:url(http://static.wowhead.com/images/wotlk_icon.gif) right center no-repeat;}
.alliance-icon{padding-left:12px;background:url(http://static.wowhead.com/images/alliance-icon.gif) left center no-repeat;}
.alliance2-icon{padding-left:18px;background:url(http://static.wowhead.com/images/alliance-icon.gif) 4px center no-repeat;}
.horde-icon{padding-left:18px;background:url(http://static.wowhead.com/images/horde-icon.gif) left center no-repeat;}
.ffapvp-icon{padding-left:13px;background:url(http://static.wowhead.com/images/money_ffa.gif) left center no-repeat;}
.instance-icon1,.instance-icon2,.instance-icon3,.instance-icon4,.instance-icon5,.instance-icon7{padding-left:19px;background:url(http://static.wowhead.com/images/instance-icons.gif) no-repeat;}
.instance-icon1{background-position:left center;}.instance-icon2{background-position:-152px center;}.instance-icon3,.instance-icon7{background-position:-357px center;}
.instance-icon4{background-position:-564px center;}.instance-icon5{background-position:-734px center;}ing-right:18px;background-image:url(http://static.wowhead.com/images/socket_blue.gif);}
.tip{border-bottom:1px dotted #808080;cursor:help;}
.rss-icon{padding-left:18px;background:url(http://static.wowhead.com/images/rss.gif) no-repeat left center;}
.bc-icon{padding-right:34px;background:url(http://static.wowhead.com/images/bc_icon.gif) right center no-repeat;}
.wotlk-icon{padding-right:41px;background:url(http://static.wowhead.com/images/wotlk_icon.gif) right center no-repeat;}
.alliance-icon{padding-left:12px;background:url(http://static.wowhead.com/images/alliance-icon.gif) left center no-repeat;}
.icon-alliance{padding-left:12px;background:url(http://static.wowhead.com/images/alliance-icon.gif) left center no-repeat;}
.alliance2-icon{padding-left:18px;background:url(http://static.wowhead.com/images/alliance-icon.gif) 4px center no-repeat;}
.horde-icon{padding-left:18px;background:url(http://static.wowhead.com/images/horde-icon.gif) left center no-repeat;}
.icon-horde{padding-left:18px;background:url(http://static.wowhead.com/images/horde-icon.gif) left center no-repeat;}
.icontiny{padding-left:18px;background:left center no-repeat;}

.iconmedium{width:44px;height:44px;background:4px 4px no-repeat;position:relative;}
.iconmedium .tile{width:44px;height:44px;background-image:url(http://static.wowhead.com/images/icon_border_medium.png);}
.iconmedium a{width:38px;height:38px;left:3px;top:3px;position:absolute;z-index:20;display:block;border:0;background:url(http://static.wowhead.com/images/icon_hilite_medium.png) no-repeat 0 0;}
.iconmedium a:hover{background-position:-38px 0;}

.ffapvp-icon{padding-left:13px;background:url(http://static.wowhead.com/images/money_ffa.gif) left center no-repeat;}
.instance-icon1,.instance-icon2,.instance-icon3,.instance-icon4,.instance-icon5,.instance-icon7{padding-left:19px;background:url(http://static.wowhead.com/images/instance-icons.gif) no-repeat;}
.instance-icon1{background-position:left center;}.instance-icon2{background-position:-152px center;}.instance-icon3,.instance-icon7{background-position:-357px center;}
.instance-icon4{background-position:-564px center;}.instance-icon5{background-position:-734px center;}px center;}
