/* 
    Document   : styles.css
    Created on : Jul 6, 2011, 9:44:36 PM
    Author     : SanjaySoni
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../script/fonts/OpenSans/OpenSans-Regular-webfont.eot') format('eot'),
        url('../script/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('eot'),
        url('../script/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
        url('../script/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../script/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url('../script/fonts/PT-Sans/PTS55F-webfont.eot');
    src: url('../script/fonts/PT-Sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
        url('../script/fonts/PT-Sans/PTS55F-webfont.woff') format('woff'),
        url('../script/fonts/PT-Sans/PTS55F-webfont.ttf') format('truetype'),
        url('../script/fonts/PT-Sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "PTSansRegular", Tahoma,Verdana,Arial,sans-serif;
    font-size: 0.8em;
    height: 100%;
    background-color: #e9eaed !important;
    color: #333333;
    padding-top: 60px;
}
* {
    margin: 0;
    padding: 0;
}
#Container {
    margin: 0 auto 0 auto;
    width: 975px;
}
#Container.wrap, #Container.profile {
    margin: 0 auto 0 auto;
}
#askConfirmation {
    background-color: #6D6E71;
    border-bottom: 1px solid #000000;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em 0;
    text-align: center;
}
#askConfirmation .username {
    font-weight: bold;
}
#askConfirmation a {
    color: #FFD932;
    font-weight: bold;
}
#AjaxLoading {
    background: none repeat scroll 0 0 #FCF5AA;
    display: none;
    padding: 5px 10px;
    text-align: center;
    width: 180px;
    z-index: 2147483647;
}
#AjaxLoading img {
    margin-right: 5px;
    vertical-align: bottom;
}
img, img a {
    border: 0 none;
}
#TopMenu {
    background-color: #2C508E; /*#B1D794;*/ /*#DFF2F7;*/
    height: 27px;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1030;
}
#TopMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
#TopMenu li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li {
    /*margin: 0 0 2px;*/
    margin: 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0 none;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    font-size: 13px;
    margin: 8px 0 0;
    padding: 0 10px;
    text-decoration: none;
}
a {
    text-decoration: underline;
}
#TopMenu li div a {
    display: inline;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
#Outer {
    clear: both;
    margin-top: 4px;
}
.wrap #Outer {
/*    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);*/
}
.wrap #content {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.profile #content {
    
}
#Header {
    clear: both;
    margin: 0 0 1px;
    padding: 10px 0;
}
#Logo {
    float: left;
    width: 975px;
}
#Menu {
    clear: both;
    height: 26px;
    margin: 0 0 4px;
    padding: 0;
}
#Menu ul {
    margin: 0;
    padding: 0;
}
#Menu li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#Menu li.First a {
    background-image: none;
}
#Menu li a {
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    height: 20px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
}
#Wrapper {
    clear: both;
    min-height: 530px;
    position: relative;
}
.Left {
    float: left;
    font-size: 0.85em;
    margin-right: 10px;
    min-height: 500px;
    width: 160px;
}
.Block {
    margin-bottom: 10px;
    margin-top: 10px;
}
.Right .Moveable {
    border: 1px solid #CCCCCC;
    /*	font-variant: small-caps;*/
    text-transform: capitalize;
}
.Right .Moveable .BlockContent {
    margin-bottom: 10px;
}
.Left h2 {
    font-size: 1.25em;
    margin: 5px 10px 8px;
    width: 140px;
}
h2 .TitleHeading {
    font-size: 1.3em;
    font-weight: bold;
    margin: 6px 0;
}
.Left h3 a {
    font-size: 1.25em;
    margin: 5px 10px 8px;
    width: 140px;
    font-weight: bold;
    color: #075899;
    text-decoration: none;
}
.Left h3 a:hover {
    text-decoration: underline;
}
.Left .BlockContent {
    margin: 0 10px;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left #SideCategoryList li {
    padding: 5px 0 5px 0;
}
.Left li {
    border-bottom: 1px solid #C5DDE9;
}
.Left li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover{
    text-decoration: underline;
}
.Left a {
    color: #000000;
}
.Right {
    float: right;
    font-size: 0.85em;
    margin-left: 10px;
    margin-top: 10px;
    min-height: 500px;
    padding-bottom: 10px;
    width: 160px;
    color: #075899;
}
.Right h2 {
    /*    font-size: 1.25em;
            margin: 5px 10px 8px 8px;*/
    padding: 5px;
}
.Right h2 a {
    text-decoration: none;
}
.Right h2 a:hover {
    text-decoration: underline;
}
.Right .BlockContent {
    margin: 0 10px;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right #SideCategoryList li {
    padding: 5px 0 5px 0;
}
.Right li .currentListItem {
    font-weight: bold;
    color: #000000;
    padding: 0;
    font-size: 11px;
}
.Right li {
    /*    border-bottom: 1px solid #C5DDE9;*/
}
.Right h2.boxHeader1 {
    color: #000000;
    font-weight: bold;
}
.Right li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
}
.Right li a {
    text-decoration: none;
    font-weight: bold;
}
.Right li a:hover{
    text-decoration: underline;
}
.Right a {
    color: #075899;
}
#LeftLayout{
    width: 730px;
}
#RightLayout{
    width: 210px;
}
#Footer {
    clear: both;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
}
#Footer {
    border: 1px solid #D9D9D9;
}
#Footer a {
    text-decoration: none;
}
.unit {
    float: left;
}
.tpadding5 {
    padding-top: 5px;
}
.footerCr {
    margin-left: 25px;
}
.inlineBlock {
    display: inline-block;
}
.unitExt {
    float: right;
}
strong {
    font-weight: bold;
}
.floatLeft {
    float: left;
}
.footerKit .title {
    margin: 10px 10px 0 0;
}
.facebookIcon, .twitterIcon {
    float: left;
    height: 32px;
    width: 32px;
}
.facebookIcon {
    background-image: url("../images/facebook_page.png");
}
.twitterIcon {
    background-image: url("../images/twitter_touch.png");
}
.footerSocial img {
    width: 32px;
    height: 32px;
    float: left;
}
.footerKit .inner {
    float: left;
    margin-right: 5px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
.Content .Block {
    clear: both;
}
.Content h2, .TitleHeading {
    /*    color: #075899;*/
    font-size: 14px;
    font-weight: bold;
    /*    margin: 10px 0;*/
}
.Content h1, .TitleHeading {
    /*    color: #075899;*/
    font-size: 15px;
    font-weight: bold;
    /*    margin: 10px 0;*/
    line-height: 20px;
}
.ProductList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.Content .ProductList li {
    float: left;
    font-size: 0.95em;
    list-style: none outside none;
    margin: 6px;
    min-height: 17em;
    overflow: hidden;
    padding: 8px;
    width: 122px;
}
.ProductList .ProductImage {
    display: table-cell;
    height: 120px;
    line-height: 120px;
    margin: 0 0 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
.ProductList a {
    text-decoration: none;
}
.ProductList .ProductImage img {
    vertical-align: middle;
}
img, img a {
    border: 0 none;
}
.ProductList strong, .ProductList strong a {
    color: #075899;
}
.ProductList em, .ProductList .Rating {
    display: block;
}
.ProductPrice, .ProductList em {
    font-style: normal;
    font-weight: bold;
}
.ProductActionAdd {
    display: block;
    margin-top: 3px;
}
.ProductActionAdd a, .ProductActionAdd strong a {
    text-decoration: underline;
}
.ErrorMessage {
    margin-bottom: 10px;
    padding: 8px 6px 8px 28px;
}
/*.Breadcrumb {
    border-bottom: 1px solid #DCDFE2;
    font-size: 0.9em;
    padding-bottom: 4px;
}
.Breadcrumb ul, .Breadcrumb li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.Breadcrumb li {
    display: inline;
    padding-left: 6px;
}*/
.PageBreadcrumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    clear: left;
    height: 24px;
    margin-top: 10px;
}
.PageBreadcrumb ul {
    float: left;
    height: 24px;
}
.PageBreadcrumb ul, .PageBreadcrumb li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.PageBreadcrumb li.SecondLast {
    background: url("../images/breadcrumb_grid.png") no-repeat scroll right -19px transparent;
}
.PageBreadcrumb li {
    background: url("../images/breadcrumb_grid.png") no-repeat scroll right -50px #FFFFFF;
    height: 24px;
}
.PageBreadcrumb li {
    float: left;
}
.PageBreadcrumb li.Home a {
    padding-left: 0;
    text-decoration: none;
}
.PageBreadcrumb li a, .PageBreadcrumb li span {
    display: block;
    margin-right: 10px;
    padding: 3px 10px 4px;
    text-decoration: none;
}
.PageBreadcrumb li.Home a .HomeIcon {
    background: url("../images/breadcrumb_grid.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin-left: 5px;
    margin-top: 2px;
    padding-left: 8px;
    width: 16px;
}
.PageBreadcrumb li.Last {
    background: url("../images/breadcrumb_grid.png") no-repeat scroll right -50px #F4F5F7;
}
.PageBreadcrumb li.Last a, .PageBreadcrumb li.Last span {
    color: #444444;
    text-decoration: none;
}
#breadCrumbContainer {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}
.bread-crumb {
    float: left;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}
.bread-home {
    margin-right: 5px;
}
.bread-cont {
    margin: 0 5px;
}
/*.bread-crumb {
        background: url("../images/bg_gradient_970x40.png") no-repeat scroll center bottom transparent;
    display: block;
    font-size: 13px;
    position: relative;
        line-height: 20px;
        overflow: hidden;
}
.bread-home, .bread-cont {
        display: block;
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
        line-height: 30px;
        height: 30px;
    padding: 0 9px 0 0;
    white-space: nowrap;
        font-variant: small-caps;
}
.bread-cont {
        background: url("../images/arrow_breadcrumb_right_7x15.png") no-repeat scroll left transparent;
        padding: 0 9px 0 14px;
}*/
.bread-home a, .bread-cont a, .bread-cont span {
    font-size: 14px;
    /*	font-weight: bold;*/
}
.topBar {
    background: url("../images/bg_gradient_970x40.png") no-repeat scroll center bottom transparent;
    display: block;
    font-size: 13px;
    position: relative;
    line-height: 20px;
}
.topBar ul.links {
    border: 0 none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.topBar ul.links li {
    display: inline;
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    line-height: 30px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    font-variant: small-caps;
}
.topBar ul.links li.first {
    padding-left: 0;
}
.topBar ul.links li a, .topBar ul.links li span {
    font-weight: bold;
}
.topBar ul.links li h2 {
    font-weight: bold;
    font-size: 13px;
}
.PrimaryProductDetails .ProductThumb {
    float: left;
    text-align: center;
}
#ProductDetails .ProductThumbImage {
    height: 220px;
    margin: auto;
    overflow: hidden;
    width: 220px;
}
#ProductDetails .ProductTinyImageList {
    float: left;
    margin-left: auto;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}
#ProductDetails .ProductTinyImageList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 2500px;
}
#ProductDetails .ProductTinyImageList ul li {
    border: 1px solid gray;
    float: left;
    height: 30px;
    margin-left: 3px;
    overflow: hidden;
    width: 40px;
}
#ProductDetails .ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}
.PrimaryProductDetails .ProductMain {
    float: left;
    padding-left:10px;
    width: 480px;
}
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
}
.ProductDetailsGrid .Label {
    display: inline;
    float: left;
    margin: 0 10px 6px 0px;
    padding-top: 1px;
    position: relative;
}
.ProductDetailsGrid .Value {
    display: inline;
}
.Clear {
    clear: both;
}
hr {
    background: none repeat scroll 0 0 #C7D7DB;
    border: 0 none;
    height: 1px;
    margin: 10px 0;
    padding: 0;
}
.Content h3{
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.PanelBox {
    background-color: #F9F9F9;
    color: #4E4F4F;
    margin-top: 5px;
    width: 100%;
}
td.Heading2, tr.Heading2 td {
    background-color: #EDECEC;
    color: #000000;
    font-weight: bold;
    padding: 4px 4px 4px 10px;
}
.Heading2, tr.Heading2 td {
    background-color: #EDECEC;
    background-image: url("../images/table_bg.gif");
    color: #000000;
    font-weight: bold;
    padding: 4px 4px 4px 10px;
}
.FieldLabel {
    color: #4E4F4F;
    font-weight: bold;
    padding: 2px 5px;
    vertical-align: top;
    width: 110px;
    border: 1px solid #f2f2f2;
}
.FieldValue{
    border: 1px solid #F2F2F2;
    max-width: 272px;
    width: 272px;
    overflow: hidden;
    padding: 0 10px 0 5px;
    text-overflow: ellipsis;
}
.FeatureList{
    color: #B1D794;
    list-style-type: disc;
    margin-left: 10px;
    margin-top: 5px;
    padding: 0 2px 0 18px;
    text-align: left;
    text-indent: -2px;
}
.FeatureList li{
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.FeatureList li span{
    color: #000000;
}
#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-top: 30px;
}
.ProductList li .ProductCompareButton {
    margin: 5px 0;
}
.line{
    border:1px solid #BBBBBB;
    font-size: 13px;
    margin: 10px 0;
    /*	margin-bottom: 20px;*/
    padding: 5px 7px;
    overflow: hidden;
}
.line .unit {
    line-height: 24px;
    float: left;
}
.PagingBottom{
    text-align:center;
    margin: 0 0 5px 0;
    padding: 5px;
    background-color: #ffffff;
}
.PagingBottom a.ttu_pagination {
    color: #333333;
}
.ttu_pagination {
    background-color: #F8F8F8;
    border: 1px solid #D3D3D3;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0 3px;
    padding: 0 0.9em;
    text-decoration: none;
}
.ttu_inactive_pagination, .ttu_inactive_pagination:hover {
    background-color: #E9E9E9;
    border: 1px solid #C6C6C6;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0 3px;
    padding: 0 0.9em;
    text-decoration: none;
}
.ttu_pagination:hover {
    text-decoration: none;
}
.Breadcrumb li a {
    background: url("../images/BreadcrumbSep.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
    text-decoration: none;
}
.MessageBox {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 10px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.MessageBoxError, .MessageBoxDanger {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.MessageBoxInfo {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.MessageBoxSuccess {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
input[type="radio"]{
    margin: 1px 3px 0 0;
}
.radioLabel{
    vertical-align: top;
}
.Content {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 0.95em;
    margin: 10px 0 10px 0;
    min-height: 500px;
    padding: 0 10px 10px;
    width: 610px;
}
.exploreItem {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
}
.recommended, .latest {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 0.95em;
    margin: 10px 0 10px 0;
    padding: 0 10px 10px;
    width: 97.5%;
}
.Content .shadowblock h2 {
    color: #075899;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.boxHeader {
    border-bottom: 2px solid #8DC63F;
    color: #075899;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 0 0 5px 0;
    /*    text-transform: uppercase;*/
}
.boxHeader.thick {
    font-weight: bold;
    color: #333333;
}
.boxHeader.thickSpace {
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}
.topDottedLine {
    border-top: 1px dotted #333333;
}
.boxHeader .span:first-child {
    margin-left: 10px;
}
.boxHeader span {
    /*	border-bottom: 2px solid #C43C35;*/
    /*display: inline-block;*/
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
}
.boxHeader .span {
    border: 1px solid #CCCCCC;
    border-bottom: 0 none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
}
.boxHeader .span.active {
    background-color: #FCFCFC;
    border-top: 2px solid #C43C35;
    box-shadow: 0 0 10px rgba(34, 25, 25, 0.1) inset;
}
.Content .catcol {
    float: left;
    width: 33%;
}
.Content .catcol ul{
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 10px 8px;
}
.Content .catcol ul li.maincat {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 2px;
    text-transform: uppercase;
}
.Content .catcol ul li.maincat a {
    font-weight: bold;
    text-decoration: none;
}
.Content .catcol ul li.cat-item a {
    text-decoration: none;
}
.Content .catcol ul li.cat-item {
    border-bottom: 1px solid #EFEFEF;
    line-height: 20px;
    padding: 5px 0 5px 12px;
}
.Content .catcol last {
    float: left;
    width: 33%;
}
.LoginBoxContent {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 0.95em;
    margin: 10px 0 0;
    padding: 0 10px 10px;
    width: 500px;
}
.RegisterBoxContent {
    float: left;
    font-size: 0.95em;
    margin: 10px 0 0;
    padding: 0 10px 10px;
    width: 950px;
}
.RegisterBoxContent .Moveable {
    padding-right: 10px;
    border-right: 1px dotted #333333;
    width: 530px;
    float: left;
}
.RegisterBoxContent .RightBox {
    width: 300px;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}
.RegisterBoxContent h2, .LoginBoxContent h2, .AdAccountBoxContent h2 {
    color: #075899;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.RegisterBoxContent h3, .LoginBoxContent h3, .AdAccountBoxContent h3 {
    color: #075899;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.btSignup {
    display: block;
    font-weight: bold;
    padding: 10px 10px 10px 35px;
    text-decoration: none !important;
    width: 170px;
}
.facebookSignup {
    background: url("../images/facebook.png") no-repeat scroll 15px 8px #496499;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
}
.facebookSignup span {
    color: #ffffff;
}
.grey {
    color: #999999;
    font-size: 11px;
}
.RegisterBoxContent a, .LoginBoxContent a {
    color: #075899;
    text-decoration: none;
}
.AdAccountBoxContent {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 0.95em;
    margin: 10px 0 0 40px;
    padding: 0 10px 10px;
    width: 390px;
}
#imageArea {
    margin-bottom: 15px;
    float: left;
}
#imageArea .scaledImageBox {
    float: left;
}
#imageArea .photoWrap {
    float: left;
}
#imageArea .photoWrap .media {
    margin-bottom: 10px;
}
#imageArea .photoWrap .scaledImage {
    margin: 0 auto;
}
#imageArea .photoWrap a span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 11px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    visibility: hidden;
}
#imageArea .photoWrap .frame:hover span {
    visibility: visible;
}
.small {
    font-size: 11px;
}

/*	Page Designs	*/
.pageContainer {
    padding-top: 50px;
}
.pageBox {
    border: 1px solid #CCCCCC;
    padding-top: 10px;
    margin: 0 auto;
}
.pageBoxLarge {
    width: 555px;
}
.pageHeader {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin: 5px 10px 0 10px;
}
.pageHeader .pageHeaderTitle {
    color: #075899;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.pageInner {
    padding: 15px 10px;
}
.helpDivider {
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    margin: 10px 0;
}
.helpDivider .lines {
    background-color: gray;
    height: 1px;
    width: 100%;
}
.helpDivider .textbox {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.helpDivider .text {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 12px;
}
/*Home Page Welcome Text Box*/
.welcomeTextBox {
    background-color: #F5F7FA;
    border: 0 none;
    /*border: 1px dashed #CED5E5;*/
    padding: 20px;
}
.welcomeTextTitle {
    font-weight: bold;
}
.welcomeTextTitle h1 {
    font-size: 16px;
}
.welcomeTextContent {
    font-size: 11px;
}
.welcomeTextContent ul.checkboxen li {
    background: url("../images/checkmark.png") no-repeat;
    list-style: none outside none;
    padding-left: 25px;
}
.welcomeTextContent h2 {
    font-size: 13px;
}
.welcomeTextContent p {
    font-size: 12px;
}
.input-xlarge-custom {
    width: 500px;
}
.delete-all {
    background-image: url("../images/trash.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: text-top;
    width: 18px;
}
.similarWidget {
    border-bottom: 1px solid #F2F2F2;
    color: #075899;
    cursor: pointer;
    padding: 6px 8px;
    text-transform: capitalize;
}
.similarWidget:last-child {
    border-bottom: 0 none;
}
.similarWidget:hover {
    background: none repeat scroll 0 0 #F2F2F2;
}
.similarWidget a:hover {
    text-decoration: none;
}
.priceSlider {
    /*	margin: 0 10px 10px 8px;*/
}
#selectUploadedImageContainer .frame {
    cursor: pointer;
    margin: 5px;
}
#selectUploadedImageContainer .frame.selected {
    background-color: #F1F2F6;
}
/* HomePage Advanced Stylesheet */
.contentLeft {
    float: left;
    width: 220px;
}
.contentLeft ul {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 10px 10px 0 10px;
}
.contentLeft ul li h3 {
    padding-bottom: 10px;
}
.contentLeft ul li.maincat {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 2px;
    text-transform: uppercase;
}
.contentLeft ul li.maincat a {
    font-weight: bold;
    text-decoration: none;
}
.contentLeft ul li.cat-item {
    border-bottom: 1px solid #EFEFEF;
    line-height: 20px;
    padding: 5px 0 5px 12px;
}
.contentLeft ul li.cat-item:last-child {
    border-bottom: 0 none;
}
.contentLeft ul li.cat-item a {
    text-decoration: none;
}
.contentRight {
    float: right;
    width: 730px;
    margin: 0 0 0 10px;
    border-left: 1px solid #CCCCCC;
    padding: 5px;
}
.categoryListing {
    margin-top: 10px;
}
.categoryHeader {
    border-bottom: 2px solid #D9D9D9;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.categoryHeaderText {
    font-size: 13px;
    text-transform: uppercase;
    float: left;
}
.viewCategoryListing {
    font-size: 11px;
    float: right;
}
.categoryListingItemsOuter {
    overflow: hidden;
    padding: 10px 0;
    min-height: 210px;
}
.categoryListingItems {
    float: left;
}
.listingItem {
    float: left;
    width: 165px;
    border-left: 1px solid #EFEFEF;
    padding: 0 5px 10px 10px;
}
.listingItem.first {
    border-left: 0 none;
}
.listingItemPreview {
    float: none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 120px;
}
.listingItemTitle {
    display: inline-block;
    padding-top: 5px;
    font-size: 12px;
}
.listingItemDetails {
    padding-top: 5px;
}
.itemPostedOn {
    color: #BBBBBB;
    font-size: 11px;
}
.itemPrice {
    color: #C43C35;
    font-weight: bold;
    padding-top: 5px;
}
.viewSubCategoryListingOuter {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    background-color: #F8F8F8;
    clear: both;
    overflow: hidden;
    float: left;
}
.viewSubCategoryListing {
    padding: 5px 5px 5px 10px;
    border-left: 1px solid #EFEFEF;
    font-size: 11px;
    text-decoration: none;
}
.viewSubCategoryListing a:hover {
    text-decoration: none;
}
.contentRight .latestListing {
    border-top: 1px solid #DDDDDD;
    float: left;
    font-size: 0.95em;
    margin: 10px 0;
    padding: 10px 0;
    width: 730px;
}
.ad .tag-product {
	background-color: #F6C415;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF;
    display: none;
    height: 38px;
    left: 35px;
    opacity: 0.9;
    padding: 9px 4px 4px;
    position: absolute;
    text-align: center;
    top: 8px;
/*	width: 80px;*/
}
.ad .tag-product .products-overlay-tag-it-link  {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.ad .adDescription {
    float: left;
    clear: both;
}
.ad .adActionContainer {
    float: left;
    width: 100%;
    padding: 3px;
    clear: both;
    margin: 5px 0 10px 0;
}
.ad .adActionContainer a, .ad .adActionContainer a:hover {
    text-decoration: none;
}
/* pageLayout */
.pageLayout {
    background-color: #FFFFFF;
}
.pageLayout #contentColumn {
    float: left;
    margin-top: 10px;
}
.pageLayout .column {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.pageLayout #rightCol {
    width: 725px;
    float: right;
    margin-left: 5px;
}
.pageLayout #leftCol {
    width: 245px;
    float: left;
}
.pageLayout #col {
    width: 975px;
    float: left;
}
/* searchListingLayout */
.searchListingLayout, .latestListingLayout {
    background-color: #FFFFFF;
}
.searchListingLayout #contentColumn, .latestListingLayout #contentColumn {
    float: left;
    margin-top: 10px;
}
.searchListingLayout .column, .latestListingLayout .column {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.searchListingLayout #rightCol, .latestListingLayout #rightCol {
    width: 725px;
    float: right;
    margin-left: 5px;
}
.searchListingLayout #leftCol, .latestListingLayout #leftCol {
    width: 245px;
    float: left;
}
.filterContainer {
    margin-left: 5px;
}
.filterContainer ul.filters {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.filterContainer ul.filters li.filter {
    margin: 5px 0;
}
.filterContainer .filterType {
    color: #C43C35;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 3px 7px 0;
}
/* categoryListingLayout */
.categoryListingLayout {
    background-color: #FFFFFF;
}
.categoryListingLayout #contentColumn {
    float: left;
    margin-top: 10px;
}
.categoryListingLayout .column {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.categoryListingLayout #rightCol {
    width: 725px;
    float: right;
    margin-left: 5px;
}
.categoryListingLayout #leftCol {
    width: 245px;
    float: left;
}
.categoryTitle {
    font-size: 18px;
}
#categoryDescription {
    font-size: 11px;
    color: #666666;
}
#categoryDescription p {
    font-size: 12px;
}
.mainCategoryTitle {
    font-size: 16px;
}
.filterBox {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width: 225px;
}
.filterBox .filterTitle, .filterBox .mainCategoryTitle {
    margin-bottom: 0;
}
.filterBox dt {
    cursor: pointer;
    color: #C43C35;
    margin: 10px 0 10px 0;
    padding-left: 15px;
    font-size: 14px;
}
.filterBox dt.collapsed li {
    /*    border-bottom: 1px solid #EEEEEE;*/
    padding-bottom: 10px;
}
.filterBox .list {
    margin-left: 5px;
}
.filterTitle {
    font-size: 15px;
    color: #333333;
}
#SideCategoryList .list ul.listItems {
    margin: 0 0 0 0;
}
.list ul.listItems {
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
}
ul.listItems li.listItem {
    font-size: 13px;
    border-bottom: 1px solid #EEEEEE;
}
ul.listItems li.last {
    border-bottom: 0 none;
}
ul.listItems li.listItem a {
    display: block;
    padding: 7px 3px 7px 8px;
    text-decoration: none;
    text-transform: capitalize;
}
ul.listItems li.listItem a:hover {
    background-color: #EEEEEE;
}
ul.listItems li.listItem h2 {
    font-size: 13px;
    padding: 7px 3px 7px 8px;
    text-transform: capitalize;
}
ul.listItems li.listItem p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: 13px;
    padding: 7px 3px 7px 8px;
    text-transform: capitalize;
}
.navLess, .expandedMode .navMore, .filterSection ul.listItems li.listItem.hide {
    display: none;
}
.navMore, .navLess {
    text-align: right;
    cursor: pointer;
    margin: 10px 15px 5px 18px;
}
.filterSection .expandedMode ul.listItems li.listItem.hide {
    display: block;
}
.expandedMode .navLess {
    display: block;
}
.rotate180 {
    transform: rotate(180deg);
}
.inlineBlock {
    display: inline-block;
    *display: inline;
    padding-right: 5px;
}
.selFilters .title {
    display: inline-block;
    font-weight: bold;
}
.selFilters .value {
    display: inline-block;
    line-height: 12px;
    padding: 0 0 0 3px;
    white-space: nowrap;
    text-transform: capitalize;
}
.selFilters .cross {
    vertical-align: middle;
}
.profileLayout {
    background-color: #FFFFFF;
}
.profileLayout #contentColoumn {
    float: left;
    margin-top: 10px;
}
.profileLayout .column {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.profileLayout #oneCol {
    width: 975px;
    float: left;
}
#profileNav {
    background-color: #F3F1EC;
    float: left;
    position: relative;
    width: 215px;
}
#contentCol {
    border: 0 none;
    border-left: 1px solid #D9D9D9;
    color: #333333;
    float: left;
    font-size: 13px;
    padding-top: 12px;
}
.tab-pane .table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid #8DC63F
}
.tab-pane .table th {
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #CCCCCC;
    border-width: 0;
    color: #333333;
    font-weight: bold;
    padding: 7px 5px;
    text-align: left;
}
.tab-pane .table td {
    border-color: #CCCCCC;
    border-style: dashed;
    border-width: 0 0 1px;
    color: #666666;
    font: inherit;
    padding: 7px 4px;
    vertical-align: middle;
}
/* adViewLayout */
.adViewLayout {
    background-color: #FFFFFF;
}
#globalContainer {
    margin: 0 auto 0;
    width: 975px;
}
.adViewLayout #contentColoumn {
    float: left;
    margin-top: 10px;
}
.adViewLayout .column {
    background-color: #FFFFFF;
    border: 1px solid #C4CDE0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.adViewLayout .affiliate, .categoryListingLayout .affiliate {
    float: left; margin-top: 10px;
}
.adViewLayout #rightCol {
    width: 220px;
    float: right;
    margin-left: 5px;
}
.adViewLayout #leftCol {
    width: 750px;
    float: left;
}
.productDetails {
    float: left;
    line-height: 22px;
}
#ProductDetails {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    float: left;
}
.productTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
.productTitle h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.productSpecifications {
    margin-left: 300px;
}
#description {
    float: left;
}
.ProductDescriptionContainer {
    float: left;
    width: 730px;
}
.adViewLayout #Footer, .categoryListingLayout #Footer, .searchListingLayout #Footer, 
.latestListingLayout #Footer, .pageLayout #Footer, .profileLayout #Footer {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
}
.homePageContainer #Footer {
    border: 0 none;
    border-top: 1px solid #D9D9D9;
}
.advertiseCount {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px 0;
}
@media only screen and (max-device-width: 480px) {
    .socialContainer {
        display: none !important;
    }
}
.socialContainer {
    margin: 0 auto;
    min-height: 100%;
    overflow: visible;
    position: relative;
    text-align: left;
    width: 997px;
}
.FloatedBox {
    background-color: #FEFEFE;
    border: 1px solid #CBCBCB;
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 1px 1px 3px #DBDBDB;
    float: left;
    left: -76px;
    position: absolute;
    text-align: left;
    top: 200px;
    width: 50px;
    padding: 7px;
}
.MarginL2 {
    display: inline;
    margin-left: 2px !important;
}
.MarginT3 {
    margin-top: 3px !important;
    margin-bottom: 10px;
}
.FloatLeft {
    float: left !important;
}
/*Custom bootstrap*/
#mnuPostAd {
    background-color: #5482ab;
}
.navbar .btn {
    margin: 5px 5px 5px -3px !important;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0 !important;
}
.navbar-collapse-ttu {
    background-color: #5482ab !important;
    border-color: #5482ab !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    background-image: none !important;
    box-shadow: inherit !important;
    background-repeat: inherit !important;
}
.navbar .navbar-inner .nav > li > a {
    border-radius: 0px !important;
}
.navbar .nav > li > a {
    padding: 15px !important;
    color: #FFFFFF  !important;
    font-size: 14px !important;
    line-height: 21px !important;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #f2f2f2 !important;
    color: #333 !important;
    border-radius: 0 !important;
}
.nav-collapse .dropdown-menu a {
    color: #333333 !important;
}
.nav-collapse .dropdown-menu a:hover {
    color: #ffffff !important;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #5482ab !important;
}
.navbar-inner-ttu {
    background-color: #66cc66 !important;
    border-color: #17ad49 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    background-image: none !important;
    box-shadow: inherit !important;
    background-repeat: inherit !important;
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
    margin-top: 0 !important;
}
[class^="icon-"], [class*=" icon-"] {
    margin-top: 2px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: inherit !important;
    border-radius: 0 !important;
    transition: none;
    padding: 10px 16px !important;
    font-size: 16px !important;
}
.btn-ttu {
    box-shadow: none !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 10px 16px !important;
    border-radius: 0px  !important;
    background-image: none !important;
}
.btn-official-ttu {
    box-shadow: none !important;
/*    background-color: #f0ad4e !important;
    border-color: #eea236 !important;*/
    background-color: #5482ab !important;
    border-color: #5482ab !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 10px 16px !important;
    border-radius: 0px  !important;
    background-image: none !important;
}
.btn-orange-ttu {
    box-shadow: none !important;
    background-color: #fcec52 !important;
    border-color: #e1b80f !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 3px  !important;
    background-image: none !important;
}
.btn-yellow-ttu {
    background-color: #fcec52 !important;
    border-color: #e1b80f !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 3px  !important;
}
.btn-red-ttu {
    background-color: #ed1c16 !important;
    border-color: #ed1c16 !important;
}
.btn-default-ttu {
    color: #333 !important;
}
.btn-small-ttu {
    font-size: 15px !important;
    padding: 6px 8px !important;
}
.btn-xsmall-ttu {
    font-size: 14px !important;
    padding: 3px 8px !important;
    font-weight: normal !important;
}
select, input[type="file"] {
    height: 42px !important;
    line-height: 42px !Important;
}
select > option {
    padding: 3px 0 3px 10px;
}
.form-horizontal .control-label {
    font-size: 17px;
}
.dropdown-menu {
    border-radius: 0 !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:active, .nav-tabs > li > a:hover {
    border: 0 none !important;
    padding: 10px 12px !Important;
    background-color: inherit !Important;
    color: #333333;
}
.nav-tabs > li.active > a {
    border-bottom: 3px solid rgb(84, 130, 171) !important;
    padding-bottom: 7px !important;
    margin-right: 0 !important;
    cursor: pointer !important;
    background-color: inherit !important;
}
#page-title {
    background-size: cover; 
    padding: 150px 0px; 
    background-position: 50% 0px; 
    background-image: url("../images/hiring_image.jpg");
}
#page-title h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
#page-title span {
    font-size: 20px;
    display: block;
    font-weight: 300;
    margin-top: 22px;
}
#jobListing {
    margin-top: 40px;
}
.fancy-title {
    margin-bottom: 30px;
    position: relative;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    background: none repeat scroll 0 0 transparent;
/*    border-bottom: 2px solid #1abc9c;*/
    border-bottom: 2px solid #66cc66;
    display: block;
    padding: 0 0 10px;
}
.fancy-title h3 {
    font-size: 20px;
}
#jobListing p {
    line-height: 1.8;
}
.acctitle, .acctitlec {
    border-top: 1px dotted #ddd;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px 20px;
    position: relative;
}
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
    background-color: #eee;
    border-top: 0 none;
    line-height: 44px;
    margin-bottom: 5px;
    padding: 0 0 0 36px;
}
.accordion.accordion-bg .acc_content {
    padding: 10px 0 15px 36px;
}
.acc_content {
    padding: 0 0 15px 20px;
    position: relative;
}
.acctitle i {
    font-size: 14px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 14px;
}
.acctitle i.acc-open, .acctitlec i.acc-closed {
    display: none;
}
.acctitlec i.acc-open {
    display: block;
}
.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}
.iconlist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.iconlist li {
    line-height: 2.2 !important;
}
.heading-block h2 {
    font-size: 30px;
}
.heading-block > span:not(.before-heading) {
    color: #777;
    display: block;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.8;
}
.heading-block h2 + span {
    font-size: 18px;
}
.appCampaign {
    width: 975px; display: block; margin-bottom: 10px;
}