/*** details.html (below the banner) ***/

#nav {
background: #f2f2f2;
width: 860px;
margin: 0 auto;
}

* html #nav { margin-top: -10px; }
*:first-child+html #nav { margin-top: -10px; }

#insideNav {
color: #717171;
font: 85% Arial;
padding: 8px;
}

#insideNav a {
color: #717171;
text-decoration: underline;
}

#insideNav .bold {
font-weight: bold;
}

#insideNav .highlight {
color: #49B9DF;
font-weight: bold;
}


/*** wrapper details ***/
#wrapper-details {
width: 865px;
margin: 10px auto;
padding: 0 0px;
}

#sidebar {
float: left;
width: 250px;
padding-left: 5px;
}

#sidebar h3 {
color: #3AADD4;
margin: 0;
font: bold 85% Arial;
}

#sidebar h4 {
color: #9B9B9B;
margin: 0 0 20px 0;
font: bold 80% Arial;
}

#sidebar img {
border: 0;
}

#sidebar .info img {
display: block;
margin: 5px auto;
}

#sidebar .license-box {
background: #f8f8f8;
width: 205px;
padding: 10px;
margin-bottom: 10px;
position: relative;
}

.license-box .green-arrow, .license-box .red-arrow {
font: bold 80% Arial;
color: #4e4e4e;
padding: 0 0 0 17px;
margin-bottom: 5px;
display: block;
}

.license-box .green-arrow {
background: url(../images/green-arrow.png) left 1px no-repeat;	
}

.license-box .red-arrow {
background: url(../images/red-arrow.png) left 1px no-repeat;	
}

.license-box .currency {
font-size: 100%;
vertical-align: top;
}

.license-box .price {
font-size: 150%;
}

* html .license-box .price { vertical-align: top; } /* ie6 */
*:first-child+html .license-box .price { vertical-align: top; } /* ie7 */

.license-box .usd {
font-size: 80%;
}

.license-box .green {
color: #2ED8A3;
} 

.license-box .red {
color: #E20E00;
}

.license-box .buyNow {
position: absolute;
right: 8px;
bottom: 10px;
}

#sidebar .info {
color: #969696;
font: 85% Arial;
margin-top: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #EDEDED;
}

#sidebar .bold {
font-weight: bold;
}

#sidebar .info p {
margin: 5px;
}

#sidebar .info .sample {
margin-top: 15px;
}


#sidebar .license {
padding-bottom: 10px;
border-bottom: 1px solid #EDEDED;
}

#sidebar h2 {
font: bold 85% Arial;
}

#sidebar .license p {
color: #707070;
font: 85% Arial;
line-height: 140%;
}

#sidebar .faq {
padding-bottom: 10px;
border-bottom: 1px solid #EDEDED;
}

#sidebar .faq p.question {
background: url(../images/question.png) left center no-repeat;
color: #343434;
font: bold 85% Arial;
padding: 0 0 0 20px;
margin-top: 20px;
}

#sidebar .faq p.answer {
background: url(../images/answer.png) left top no-repeat;
color: #707070;
font: 85% Arial;
font-style: italic;
padding: 0 0 0 20px;
}

#sidebar .faq a {
color: #74B5EF;
}

#sidebar .moreInfo {
color: #606060;;
font: 85% Arial;
}


.moreInfo ul {
margin: 0;
border: 1px solid #EAEAEA;
border-bottom: 0;
padding: 0;
list-style-type: none;
width: 230px;
}

.moreInfo ul li {
display: inline;
}

.moreInfo ul li a {
display: block;
color: #4e4e4e;
font-weight: bold;
text-decoration: none;
padding: 11px 10px;
border-bottom: 1px solid #EAEAEA;
margin: 0;
}

* html .moreInfo ul li a {
width: 220px;
}


#sidebar .hot, #sidebar .new {
}

#sidebar .hot {
background: url(../images/hot.gif) right center no-repeat;
padding: 5px 13px;
margin: 0 0 0 10px;
}

#sidebar .new {
background: url(../images/new.gif) left center no-repeat;
padding: 5px 13px;
margin: 0 0 0 10px;
}

.moreInfo ul li a.row1 {
background: #f4f4f4 url(../images/plus.png) 98% center no-repeat;
border-top: 0;
}

.moreInfo ul li a.row2 {
background: #f8f8f8 url(../images/plus.png) 98% center no-repeat;
border-top: 0;
}

.backBtn {
margin: 5px 15px 0 0;
}

* html .backBtn {
margin: 5px 5px 0 0;
}

#content {
float: right;
width: 600px;
}

#content .icons {
width: 600px;
font: 85% Arial;
border: 1px solid #EAEAEA;
border-bottom: 0;
color: #fff;
margin: 0 auto;
padding: 0;
}

#content .icons .top {
height: 30px;
padding: 0 10px;
line-height: 30px;
background: #0BACDC;
font-weight: bold;
}

#content .icons .top img {
display: block;
margin: 0 auto;
}

#content img {
border: 0;
}

#content ul {
margin: 0;
border-bottom: 0;
padding: 0;
list-style-type: none;
}

#content ul li {
display: block;
color: #4e4e4e;
font-weight: bold;
text-decoration: none;
padding: 10px;
border-bottom: 1px solid #EAEAEA;
margin: 0;
}

#content ul li.row1 {
background: #f8f8f8;
border-top: 0;
position: relative;
}

#content ul li.row2 {
background: #f4f4f4;
border-top: 0;
position: relative;
}

#content li.row1 img, #content li.row2 img {
vertical-align: middle;
margin-right: 10px;
}

#content li.row1 a, #content li.row2 a {
color: #4e4e4e;
text-decoration: none;
}

#content .price {
position: absolute;
font-weight: normal;
top: 23px;
right: 10px;
}

#content .plus {
margin-left: 5px;
padding-bottom: 2px;
}

* html #content .plus {
padding-bottom: 0px;
}