/*
    Document   : single
    Created on : Jun 8, 2009, 8:04:26 PM
    Author     : Richard Knop
    Description:
        Styles that apply only to the 'single' layout.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* #sidebar styles */
#sidebar .card, #sidebar .card-alt {
    margin: 20px 0 0 0;
}
#sidebar {
    float: left;
    width: 216px;
    padding: 0 20px 0 10px;
}
.sidebar-heading {
    height: 52px;
    background: url('sidebar-heading-bg.gif') center top no-repeat;
    color: white;
    text-align: center;
    line-height: 52px;
    font-size: 1.2em;
    font-weight: normal;
}
#sidebar p {
    padding-top: 1em;
    text-align: center;
}

/* #main styles */
#main {
    width: 100%;
}

#main_view {
    width: 100%;
}

#main_view h2 {
    font-size: 1.2em;
    margin-left: 0;
}

#main_view .screen img {
    margin-top: 22px;
}

#main_armory {
    width: 960px;
}

#main h2 {
    font-size: 1.2em;
    margin-left: 240px;
}
#main p {
    margin: 1em;
}

.main-wrapper-nosidebar
{
	background-color:#FFFFFF;
	margin-bottom:-14px;
	margin-left:10px;
	margin-right:-5px;
	margin-top:-20px;
}
	

.main-heading {
    height: 52px;
    background: url('main-heading-bg.gif') left top no-repeat;
    color: white;
    padding-left: 20px;
    line-height: 52px;
    font-weight: normal;
    width: 100%;
}

.main-heading-armory {
    height: 52px;
    background: url('main-heading-bg.gif') left top no-repeat;
    color: white;
    text-align: center;
    line-height: 52px;
    font-weight: normal;
    font-size: 1.2em;
    margin: 0 auto;
    width: 682px;
}

h2.main-heading-armory {
    margin: 10px auto !important;
}

.main-heading-nosidebar {
    height: 52px;
    background: url('main-heading-bg.gif') center top no-repeat;
    color: white;
    text-align: center;
    line-height: 52px;
    font-weight: normal;
    width: 75%;
}

#buy-form li {
    padding-top: 0;
}
#buy-form label {
    margin-left: 5px;
    font-weight: bold;
}
#buy-form label, #buy-form input {
    float: left;
}
span.buyspan {
    color: #33607f;
    cursor: pointer;
}
#buy-form .error {
    margin-top: 0;
}
#main #terms-of-agreement {
    overflow: auto;
    margin-top: 1em;
    padding: 0 20px 10px;
    background: white;
    font-size: 0.8em;
}
#main #warranty-policy {
    overflow: auto;
    margin-top: 1em;
    padding: 0 20px 10px;
    background: white;
    font-size: 0.8em;
}
#main iframe {
    width: 100%;
    height: 500px;
    margin-top: 1em;
}

/* account info styles */
.account-heading-iframe {
    width: 682px;
    min-height: 52px !important;
    height: 52px;
    background: url('account-heading-bg.gif') left top no-repeat;
    color: white;
    text-align: center;
    font-size: .9em;
    font-weight: normal;
    margin: 0 auto;
    
}

.account-heading-iframe tr td {
    padding-top: 15px;
}

.account-heading {
    width: 100%;
    min-height: 52px !important;
    height: 52px;
    background: url('account-heading-bg.gif') left top no-repeat;
    color: white;
    text-align: center;
    font-size: .9em;
    font-weight: normal;    
}

.account-heading-left-bottom {
    background: url('account-heading-left-bottom.gif') left bottom no-repeat;
}
.account-heading td {
    padding: 3px 0;
    vertical-align: middle;
}
.account-heading .separated {
    padding: 5px 0 3px;
    background: url('account-heading-separator.gif') left bottom repeat-x;
}
.account-heading-level {
    width: 48px;
}
.account-heading-race {
    width: 158px;
}
.account-heading-class {
    width: 157px;
}
.account-heading-id {
    width: 107px;
    font-size: 1.3em;
}
.account-heading-price {
    width: 105px;
    font-size: 1.3em;
}
.account-heading-buy-now {
    width: 106px;
    background: url('account-heading-right-bottom.gif') right bottom no-repeat;
    font-size: 1.3em;
}
.account-heading-buy-now a {
    text-decoration: none;
}
#thumbnails {
    padding-bottom: 1em;
    margin: 0 auto;
    width: 682px;
}
.screenshot {
    float: left;
    width: 220px;
    margin-top: 1em;
    text-align: center;
}

#armory-iframe {
    width: 980px;
    height: 730px;
    margin-top: 20px;
}

#armory-inner-iframe {
    width: 980px;
    height: 730px;
}

#armory_iframe {
    height: 700px !important;
}

/* #armory styles */
#armory {
    margin: 0 auto;
    background: #e1e1e1 url('armory-bottom-bg.gif') left bottom no-repeat;
    width: 682px;
}

#armory_view {
    margin-left: 245px;
    background: #e1e1e1 url('armory-bottom-bg.gif') left bottom no-repeat;
    width: 682px;
}

#armory_buy {
    margin-left: 242px;
    background: #e1e1e1 url('armory-bottom-bg.gif') left bottom no-repeat;
    width: 682px;
}

table#view_ah {
    width: 682px;
}

#armory-inner {
    padding: 1em 2em 2em;
    background: url('armory-top-bg.gif') left top no-repeat;
    font-size: 10pt;
    overflow: auto;
}
#buy-form #armory-inner {
    padding-top: 2em;
}
#armory h2 {
    padding-top: 1em;
}
#armory hr {
    height: 1px;
    margin-top: 1em;
    background: #555;
    border: 0;
}
#armory .plain-text-link {
    color: #555;
}
.screen {
    float: left;
    width: 190px;
    height: 208px;
    margin: 15px 15px 15px 0;
    background: url('card-screenshot-top.gif') left top no-repeat;
}
.screen span {
    display: block;
    color: white;
    text-align: center;
    line-height: 22px;
    font-size: .8em;
}
.account-description {
    font-size: .8em;
}

/* armory tabs */
div.tabs {
    margin-top: 1em;
    font-size: .8em;
}
ul.tabNavigation {
    list-style: none;
}
uL.tabNavigation li {
    display: inline;
}
ul.tabNavigation li a {
    padding: .2em .4em;
    text-decoration: none;
}
ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
    padding-top: .3em;
}
ul.tabNavigation li a:focus {
    outline: 0;
}
div.tabs > div {
    margin-top: .5em;
    padding: 0 10px 10px;
    background: #555;
    color: white;
    line-height: 1.3em;
    font-size: .9em;
}
#first {

}
#second {
    
}
#third {

}
#fourth {

}
#fifth {

}
#sixth {

}
#seventh {

}
#eightth {

}
#nineth {

}
#tenth {

}
.left-bar, .right-bar {
    float: left;
    width: 64px;
    padding-top: 10px;
}
.middle {
    float: left;
    width: 420px;
    padding: 0 10px;
}
.column-left {
    float: left;
    width: 49%;
}
.column-right {
    float: right;
    width: 49%;
}
.column-1, .column-2 {
    float: left;
    width: 32%;
    margin-right: 1%;
}
.column-3 {
    float: right;
    width: 32%;
}
#armory .tabs h2, #armory .tabs h3, #armory .tabs h4, #armory .tabs ul, #armory .tabs p {
    padding-top: 10px;
    line-height: 1em;
}
#armory .tabs h2 {
    color: #edeb42;
    font-size: 1.5em;
}
#armory .tabs h3 {
    color: #edeb42;
    font-size: 1.2em;
}
#armory .tabs h4 {
    color: #edeb42;
    font-size: 1em;
}
.tabs .profession-icon {
    float: left;
    padding-top: 15px;
}
.tabs .resistances li {
    padding-top: 8px;
}
.tabs .resistance-icon {
    float: left;
    margin: -8px 10px 0 0;
    padding-bottom: 3px;
}
.tabs .resistances .holy {
    padding-left: 37px;
}
#armory .tabs .profession-h3 {
    padding-top: 20px;
}
.tabs table {
    width: 100%;
    margin-top: 10px;
    background: #ccc;
    color: black;
}
.tabs th {
    padding: 3px 5px;
    background: #333;
    color: #edeb42;
    border: 1px solid #555;
}
.tabs td {
    padding: 3px 5px;
    line-height: 1em;
    border: 1px solid #555;
    vertical-align: middle;
}
.tabs .item-icon {
    float: left;
    padding: 10px 10px 0 0;
}
.tabs .left-bar .item-icon, .tabs .right-bar .item-icon {
    padding: 0;
}
#armory .tabs .toggle-container {
    padding-top: 0;
}
.tabs .toggle-container li {
    margin-top: 10px;
    padding: 10px;
    background: #ccc;
    color: black;
    line-height: 1.2em;
}
#armory .tabs .toggle-container li h3 {
    padding-top: 0;
    color: black;
    text-align: center;
}
.tabs .toggle-button {
    cursor: pointer;
}
.tabs code {
    overflow: auto;
    display: block;
    margin-top: 10px;
    padding: 10px;
    background: #ccc;
    color: black;
    line-height: 1.3em;
    font-size: 1.2em;
}
.tabs .progress-bar-div {
    width: 100%;
    padding-top: 10px;
}
.tabs .progress-bar-div span img {
    width: 100%;
    display: block;
}

.item-link {
    -moz-box-shadow: 0 0 10px #000000;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 56px;
    width: 56px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    border-color: #B1B2B4 #434445 #2F3032;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
}
.item-link .item-icon {
    display: block;
    vertical-align: bottom;
}

.progress-bar-orange .ui-progressbar-value
{
	background-image: url(/css/progressbg_orange.gif);
}

.progress-bar-red .ui-progressbar-value
{
    background-image: url(/css/progressbg_red.gif);
}

.progress-bar-green .ui-progressbar-value
{
    background-image: url(/css/progressbg_green.gif);
}

.progress-bar-yellow .ui-progressbar-value
{
    background-image: url(/css/progressbg_yellow.gif);
}

.progress-bar-blue .ui-progressbar-value
{
    background-image: url(/css/progressbg_blue.gif);
}

.ui-widget-content
{
    border: 0 none
}

.ui-progressbar
{
    height: 10px;
    background: #CCCCCC url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
}

.ui-widget-header
{
    border: 0 none;
}

.ui-progressbar .ui-progressbar-value
{
	height: 10px;
}

.item-tooltip
{
	background-color: black;
	color: white;
	font-size: 10pt;
	padding: 4px;
}

div.tt-group
{
	color: #B3B3B3;
}

h3.tt-title-1
{
    color: #FFFFFF;
}

h3.tt-title-2
{
    color: #1EFF00;
}

h3.tt-title-3
{
    color: #0070DD;
}

h3.tt-title-4
{
    color: #BF00EF;
}

h3.tt-title-5
{
    color: #FF8000;
}

h3.tt-title-6
{
    color: #FF0000;
}

div.tt-bonus-rating
{
	color: #1CF300;
}

div.tt-set-name
{
	color: #F3E131;
}

.qtip-content
{
    padding: 0px;
}


.offer-heading-iframe {
    width: 890px;
    min-height: 52px !important;
    height: 35px;
    background: url('offer-heading-bg.gif') right top no-repeat;
    color: white;
    text-align: center;
    font-size: .9em;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 10px;
    
}

