/**
 * Owner: www.asos.com
 * Theme: helpdesk.css
 * Description: Sets general layout and defaults for help desk
 * Author: ASOS UI developers
 * Media: Screen
 */

ul.helpdesk a {color:#000; font-weight:bold;}

div.helpdesk h2 {text-transform:uppercase;}
div.helpdesk ul.nav li {text-transform:uppercase;}
div.helpdesk div.ArrayItem ul.info-list {margin:0 0 0 1em;}
div.helpdesk div.ArrayItem ul.info-list li {list-style:square; margin:1em 0;}

div.helpdesk h2 {text-transform:uppercase;}
div.helpdesk ul.nav li {text-transform:uppercase;}
div.helpdesk div.ArrayItem ul.info-list {margin:0 0 0 1em;}
div.helpdesk div.ArrayItem ul.info-list li {list-style:square; margin:1em 0;}

div.question {float:left; margin:0 10px 0 0; width:375px;}
div.question a {font-weight:bold; text-decoration:underline;}
div.question h2 {color:#000; font-weight:bold;}
div.question h2 a {color:#000;}
div.question h2 a:hover {text-decoration:none;}

div.question ul {margin:0 0 40px;}
div.question ul li {list-style:none; padding:3px 0;}
div.question ul li a {font-weight:normal; padding:0 15px 0 0; text-decoration:underline;}
div.question ul li a:hover {color:#000; padding:0 15px 0 0;}
div.question.top-level ul li a {background:url(/web/images/core/arrow-standard.gif) no-repeat right bottom;}

div.answer {border-top:1px solid #000; clear:both;}
div.answer h3 a {text-decoration:none;}
div.answer h3 a:hover {text-decoration:none;}
div.answer a {font-weight:bold; text-decoration:underline;}

div.content-panel ul {list-style-type:circle; margin:10px; padding:15px; list-style-position:outside;}
div.content-panel ul li {list-style:disc outside;}

.redStars {color:Red;}
#twitterLink {font-weight:bold; text-decoration:underline;}

table.shipping-area {border:1px solid #000; margin:1em 0;}
table.shipping-area tr {background:#fff}
table.shipping-area td,
table.shipping-area th {border:1px solid #000; padding:3px; vertical-align:top;text-align:center;}
table.shipping-area th {background:#ddd; color:#000; text-align:center;}
#first-col {background:#ddd; color:#000; text-align:left;}
.first-col {background:#ddd; color:#000; text-align:left;}

table.delivery-charges-shipping-area {border:1px solid #000; margin:1em 0 2em; width:600px;}
table.delivery-charges-shipping-area tr {background:#fff}
table.delivery-charges-shipping-area td,
table.delivery-charges-shipping-area th {border:1px solid #000; padding:3px; vertical-align:top;text-align:center;}
table.delivery-charges-shipping-area th {background:#ddd; color:#000; text-align:center;}
table.delivery-charges-shipping-area th.area {width:auto}
table.delivery-charges-shipping-area th.cost {width:auto}
table.delivery-charges-shipping-area th.time {width:auto}
table.delivery-charges-shipping-area td {white-space:nowrap;}

div.into-body-text {padding:24px 0 0;}

span.ArrayItem:hover {background-color:#000; color:#fff; text-decoration:none; cursor:pointer;}
div.intro {display:none;}