/*Theme Name: 365hangers v2.0Theme URI: Description: Version: Author: Kamran QamarAuthor URI: http://365hangers.com*//* ---- css/blueprint/src/reset.css ---- *//* --------------------------------------------------------------      reset.css   * Resets default browser CSS.   -------------------------------------------------------------- */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0;  padding: 0;  border: 0;  font-weight: inherit;  font-style: inherit;  font-size: 100%;  font-family: inherit;  vertical-align: baseline;}body {   line-height: 1.5; }/* Tables still need 'cellspacing="0"' in the markup. */table { border-collapse: separate; border-spacing: 0; }caption, th, td { text-align: left; font-weight: normal; }table, td, th { vertical-align: middle; }/* Remove possible quote marks (") from <q>, <blockquote>. */blockquote:before, blockquote:after, q:before, q:after { content: ""; }blockquote, q { quotes: "" ""; }/* Remove annoying border on linked images. */a img { border: none; }/* ---- css/blueprint/src/grid.css ---- *//* --------------------------------------------------------------       grid.css       * Sets up an easy-to-use grid of 24 columns.       By default, the grid is 950px wide, with 24 columns       spanning 30px, and a 10px margin between columns.       If you need fewer or more columns, namespaces or semantic       element names, use the compressor script (lib/compress.rb)       Note: Changes made in this file will not be applied when       using the compressor: make changes in lib/blueprint/grid.css.rb-------------------------------------------------------------- *//* A container should group all your columns. */.container {  width: 950px;  margin: 0 auto;}/* Use this class on any div.span / container to see the grid. */.showgrid {  background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/src/grid.png') ;}/* Columns-------------------------------------------------------------- *//* Sets up basic grid floating and margin. */.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {  float: left;  margin-right: 10px;}/* The last column in a row needs this class. */.last, div.last { margin-right: 0; }/* Use these classes to set the width of a column. */.span-1 {width: 30px;}.span-2 {width: 70px;}.span-3 {width: 110px;}.span-4 {width: 150px;}.span-5 {width: 190px;}.span-6 {width: 230px;}.span-7 {width: 270px;}.span-8 {width: 310px;}.span-9 {width: 350px;}.span-10 {width: 390px;}.span-11 {width: 430px;}.span-12 {width: 470px;}.span-13 {width: 510px;}.span-14 {width: 550px;}.span-15 {width: 590px;}.span-16 {width: 630px;}.span-17 {width: 670px;}.span-18 {width: 710px;}.span-19 {width: 750px;}.span-20 {width: 790px;}.span-21 {width: 830px;}.span-22 {width: 870px;}.span-23 {width: 910px;}.span-24, div.span-24 { width:950px; margin-right:0; }/* Use these classes to set the width of an input. */input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {  border-left-width: 1px!important;  border-right-width: 1px!important;  padding-left: 5px!important;  padding-right: 5px!important;}input.span-1, textarea.span-1 { width: 18px!important; }input.span-2, textarea.span-2 { width: 58px!important; }input.span-3, textarea.span-3 { width: 98px!important; }input.span-4, textarea.span-4 { width: 138px!important; }input.span-5, textarea.span-5 { width: 178px!important; }input.span-6, textarea.span-6 { width: 218px!important; }input.span-7, textarea.span-7 { width: 258px!important; }input.span-8, textarea.span-8 { width: 298px!important; }input.span-9, textarea.span-9 { width: 338px!important; }input.span-10, textarea.span-10 { width: 378px!important; }input.span-11, textarea.span-11 { width: 418px!important; }input.span-12, textarea.span-12 { width: 458px!important; }input.span-13, textarea.span-13 { width: 498px!important; }input.span-14, textarea.span-14 { width: 538px!important; }input.span-15, textarea.span-15 { width: 578px!important; }input.span-16, textarea.span-16 { width: 618px!important; }input.span-17, textarea.span-17 { width: 658px!important; }input.span-18, textarea.span-18 { width: 698px!important; }input.span-19, textarea.span-19 { width: 738px!important; }input.span-20, textarea.span-20 { width: 778px!important; }input.span-21, textarea.span-21 { width: 818px!important; }input.span-22, textarea.span-22 { width: 858px!important; }input.span-23, textarea.span-23 { width: 898px!important; }input.span-24, textarea.span-24 { width: 938px!important; }/* Add these to a column to append empty cols. */.append-1 { padding-right: 40px;}.append-2 { padding-right: 80px;}.append-3 { padding-right: 120px;}.append-4 { padding-right: 160px;}.append-5 { padding-right: 200px;}.append-6 { padding-right: 240px;}.append-7 { padding-right: 280px;}.append-8 { padding-right: 320px;}.append-9 { padding-right: 360px;}.append-10 { padding-right: 400px;}.append-11 { padding-right: 440px;}.append-12 { padding-right: 480px;}.append-13 { padding-right: 520px;}.append-14 { padding-right: 560px;}.append-15 { padding-right: 600px;}.append-16 { padding-right: 640px;}.append-17 { padding-right: 680px;}.append-18 { padding-right: 720px;}.append-19 { padding-right: 760px;}.append-20 { padding-right: 800px;}.append-21 { padding-right: 840px;}.append-22 { padding-right: 880px;}.append-23 { padding-right: 920px;}/* Add these to a column to prepend empty cols. */.prepend-1 { padding-left: 40px;}.prepend-2 { padding-left: 80px;}.prepend-3 { padding-left: 120px;}.prepend-4 { padding-left: 160px;}.prepend-5 { padding-left: 200px;}.prepend-6 { padding-left: 240px;}.prepend-7 { padding-left: 280px;}.prepend-8 { padding-left: 320px;}.prepend-9 { padding-left: 360px;}.prepend-10 { padding-left: 400px;}.prepend-11 { padding-left: 440px;}.prepend-12 { padding-left: 480px;}.prepend-13 { padding-left: 520px;}.prepend-14 { padding-left: 560px;}.prepend-15 { padding-left: 600px;}.prepend-16 { padding-left: 640px;}.prepend-17 { padding-left: 680px;}.prepend-18 { padding-left: 720px;}.prepend-19 { padding-left: 760px;}.prepend-20 { padding-left: 800px;}.prepend-21 { padding-left: 840px;}.prepend-22 { padding-left: 880px;}.prepend-23 { padding-left: 920px;}/* Border on right hand side of a column. */div.border {  padding-right: 4px;  margin-right: 5px;  border-right: 1px solid #eee;}/* Border with more whitespace, spans one column. */div.colborder {  padding-right: 24px;  margin-right: 25px;  border-right: 1px solid #eee;}/* Use these classes on an element to push it into thenext column, or to pull it into the previous column.  */.pull-1 { margin-left: -40px; }.pull-2 { margin-left: -80px; }.pull-3 { margin-left: -120px; }.pull-4 { margin-left: -160px; }.pull-5 { margin-left: -200px; }.pull-6 { margin-left: -240px; }.pull-7 { margin-left: -280px; }.pull-8 { margin-left: -320px; }.pull-9 { margin-left: -360px; }.pull-10 { margin-left: -400px; }.pull-11 { margin-left: -440px; }.pull-12 { margin-left: -480px; }.pull-13 { margin-left: -520px; }.pull-14 { margin-left: -560px; }.pull-15 { margin-left: -600px; }.pull-16 { margin-left: -640px; }.pull-17 { margin-left: -680px; }.pull-18 { margin-left: -720px; }.pull-19 { margin-left: -760px; }.pull-20 { margin-left: -800px; }.pull-21 { margin-left: -840px; }.pull-22 { margin-left: -880px; }.pull-23 { margin-left: -920px; }.pull-24 { margin-left: -960px; }.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}.push-1 { margin: 0 -40px 1.5em 40px; }.push-2 { margin: 0 -80px 1.5em 80px; }.push-3 { margin: 0 -120px 1.5em 120px; }.push-4 { margin: 0 -160px 1.5em 160px; }.push-5 { margin: 0 -200px 1.5em 200px; }.push-6 { margin: 0 -240px 1.5em 240px; }.push-7 { margin: 0 -280px 1.5em 280px; }.push-8 { margin: 0 -320px 1.5em 320px; }.push-9 { margin: 0 -360px 1.5em 360px; }.push-10 { margin: 0 -400px 1.5em 400px; }.push-11 { margin: 0 -440px 1.5em 440px; }.push-12 { margin: 0 -480px 1.5em 480px; }.push-13 { margin: 0 -520px 1.5em 520px; }.push-14 { margin: 0 -560px 1.5em 560px; }.push-15 { margin: 0 -600px 1.5em 600px; }.push-16 { margin: 0 -640px 1.5em 640px; }.push-17 { margin: 0 -680px 1.5em 680px; }.push-18 { margin: 0 -720px 1.5em 720px; }.push-19 { margin: 0 -760px 1.5em 760px; }.push-20 { margin: 0 -800px 1.5em 800px; }.push-21 { margin: 0 -840px 1.5em 840px; }.push-22 { margin: 0 -880px 1.5em 880px; }.push-23 { margin: 0 -920px 1.5em 920px; }.push-24 { margin: 0 -960px 1.5em 960px; }.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}/* Misc classes and elements-------------------------------------------------------------- *//* In case you need to add a gutter above/below an element */.prepend-top {  margin-top:1.5em;}.append-bottom {  margin-bottom:1.5em;}/* Use a .box to create a padded box inside a column.  */.box {  padding: 1.5em;  margin-bottom: 1.5em;  background: #E5ECF9;}/* Use this to create a horizontal ruler across a column. */hr {  background: #ddd;  color: #ddd;  clear: both;  float: none;  width: 100%;  height: .1em;  margin: 0 0 1.45em;  border: none;}hr.space {  background: #fff;  color: #fff;  visibility: hidden;}/* Clearing floats without extra markup   Based on How To Clear Floats Without Structural Markup by PiE   [http://www.positioniseverything.net/easyclearing.html] */.clearfix:after, .container:after {  content: "\0020";  display: block;  height: 0;  clear: both;  visibility: hidden;  overflow:hidden;}.clearfix, .container {display: block;}/* Regular clearing   apply to column that should drop below previous ones. */.clear { clear:both; }/* ---- css/blueprint/src/ie.css ---- *//* --------------------------------------------------------------       ie.css      Contains every hack for Internet Explorer,   so that our core files stay sweet and nimble.   -------------------------------------------------------------- *//* Make sure the layout is centered in IE5 */body { text-align: center; }.container { text-align: left; }/* Fixes IE margin bugs */* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 { display:inline; overflow-x: hidden; }/* Elements-------------------------------------------------------------- *//* Fixes incorrect styling of legend in IE6. */* html legend { margin:0px -8px 16px 0; padding:0; }/* Fixes incorrect placement of ol numbers in IE6/7. */ol { margin-left:2em; }/* Fixes wrong line-height on sup/sub in IE. */sup { vertical-align:text-top; }sub { vertical-align:text-bottom; }/* Fixes IE7 missing wrapping of code elements. */html>body p code { *white-space: normal; } /* IE 6&7 has problems with setting proper <hr> margins. */hr  { margin:-8px auto 11px; }/* Explicitly set interpolation, allowing dynamically resized images to not look horrible */img { -ms-interpolation-mode:bicubic; }/* Clearing -------------------------------------------------------------- *//* Makes clearfix actually work in IE */ .clearfix, .container { display:inline-block; }* html .clearfix,* html .container { height:1%; }/* Forms -------------------------------------------------------------- *//* Fixes padding on fieldset */fieldset { padding-top:0; }/* Makes classic textareas in IE 6 resemble other browsers */textarea { overflow:auto; }/* Fixes rule that IE 6 ignores */input.text, input.title, textarea { background-color:#fff; border:1px solid #bbb; }input.text:focus, input.title:focus { border-color:#666; }input.text, input.title, textarea, select { margin:0.5em 0; }input.checkbox, input.radio { position:relative; top:.25em; }/* Fixes alignment of inline form elements */ form.inline div, form.inline p { vertical-align:middle; }form.inline label { position:relative;top:-0.25em; }form.inline input.checkbox, form.inline input.radio,form.inline input.button, form.inline button {   margin:0.5em 0; }button, input.button { position:relative;top:0.25em; }/* ---- css/blueprint/src/typography.css ---- *//* --------------------------------------------------------------    typography.css   * Sets up some sensible default typography.   -------------------------------------------------------------- *//* Default font settings.    The font-size percentage is of 16px. (0.75 * 16px = 12px) */html { font-size:100.01%; }body {   font-size: 75%;  color: #222;   background: #fff;  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}/* Headings-------------------------------------------------------------- */h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family:Georgia, "Times New Roman", Times, serif }h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }h2 { font-size: 2em; margin-bottom: 0.75em; }h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }h6 { font-size: 1em; font-weight: bold; }h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {  margin: 0;}/* Text elements-------------------------------------------------------------- */p           { margin: 0 0 1.5em; }p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }a:focus, a:hover     { color: #000; }a           { color: #009; text-decoration: underline; }blockquote  { margin: 1.5em; color: #666; font-style: italic; }strong      { font-weight: bold; }em,dfn      { font-style: italic; }dfn         { font-weight: bold; }sup, sub    { line-height: 0; }abbr, acronym     { border-bottom: 1px dotted #666; }address     { margin: 0 0 1.5em; font-style: italic; }del         { color:#666; }pre { margin: 1.5em 0; white-space: pre; }pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }/* Lists-------------------------------------------------------------- */li ul, li ol       { margin:0 1.5em; }ul, ol      { margin: 0 1.5em 1.5em 1.5em; }ul          { list-style-type: disc; }ol          { list-style-type: decimal; }dl          { margin: 0 0 1.5em 0; }dl dt       { font-weight: bold; }dd          { margin-left: 1.5em;}/* Tables-------------------------------------------------------------- */table       { margin-bottom: 1.4em; width:100%; }th          { font-weight: bold; }thead th { background: #c3d9ff; }th,td,caption { padding: 4px 10px 4px 5px; }tr.even td  { background: #e5ecf9; }tfoot       { font-style: italic; }caption     { background: #eee; }/* Misc classes-------------------------------------------------------------- */.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }.hide       { display: none; }.quiet      { color: #666; }.loud       { color: #000; }.highlight  { background:#ff0; }.added      { background:#060; color: #fff; }.removed    { background:#900; color: #fff; }.first      { margin-left:0; padding-left:0; }.last       { margin-right:0; padding-right:0; }.top        { margin-top:0; padding-top:0; }.bottom     { margin-bottom:0; padding-bottom:0; }/* ---- css/blueprint/src/forms.css ---- *//* --------------------------------------------------------------   forms.css   * Sets up some default styling for forms   * Gives you classes to enhance your forms   Usage:   * For text fields, use class .title or .text   * For inline forms, use .inline (even when using columns)-------------------------------------------------------------- */label       { font-weight: bold; }fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }legend      { font-weight: bold; font-size:1.2em; }/* Form fields-------------------------------------------------------------- */input[type=text], input[type=password],input.text, input.title,textarea, select {  background-color:#fff;  border:1px solid #bbb;  padding:4px;}input[type=text]:focus, input[type=password]:focus,input.text:focus, input.title:focus,textarea:focus, select:focus {  border-color:#6CF;}input[type=text], input[type=password],input.text, input.title,textarea, select {  margin:0.5em 0;}input.text,input.title   { width: 300px; padding:5px; }input.title   { font-size:1.5em; }textarea      { width: 390px; height: 250px; padding:5px; }input[type=checkbox], input[type=radio],input.checkbox, input.radio {  position:relative; top:.25em;}form.inline { line-height:3; }form.inline p { margin-bottom:0; }/* Success, notice and error boxes-------------------------------------------------------------- */.error,.notice,.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }.error a    { color: #8a1f11; }.notice a   { color: #514721; }.success a  { color: #264409; }/* ---- css/header.css ---- */#header{width:100%;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/header_bg.gif') repeat-x;height: 72px;float:left;}#nav{float:left;width: 600px;list-style: none;}#nav ul  li{margin: 0;float:left;list-style-type:none;}#nav li a{overflow:hidden;color: #000;display:inline-block;float:left;font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;font-style:italic;text-align:center;width:105px;text-decoration:none;padding-top:20px;height:35px;}#nav li a:hover,#nav li a.selected{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/menu_item_bg.gif') no-repeat;background-position: 0px 14px;display:inline-block;text-decoration: none;background-color:#fff; float:left;height:35px;width:105px;}.timer{width:150px; height:56px;  float:left;}.time_med{font-family:Georgia, "Times New Roman", Times, serif;font-weight: normal;font-size:28px;line-height:normal;float:right;margin-top:10px;padding-right:10px;color:#000;}.time_mini {font-family: Georgia, "Times New Roman", Times, serif;font-size:80%;font-style:italic;padding-top:7px;float:right;color:#666;padding-right:10px;}.header-date{font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;font-style:italic;display:inline-block; height: 16px; float:left; width:150px;text-align:center;}a.old-looks-nav{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 85%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.old-looks-nav:hover{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 71%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.no-old-looks-nav{ background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 100%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.new-looks-nav{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 42%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.new-looks-nav:hover{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 28%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.no-new-looks-nav{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 56%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.sneakpeek{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 13%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}a.sneakpeek:hover{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') no-repeat 0 0%; height: 16px; width: 400px;text-indent:-5000px;display:inline-block; float: left;}.bodyshapes ul li{list-style: none;list-style-type: none;float: left;margin: 10px; }/* ---- css/footer.css ---- */#footer {   width:100%;   height:60px;   /* Height of the footer */    background:#000;   border-top:solid 1px #ccc;   border-bottom:solid 20px #000;  padding-top: 20px;color:#555;text-transform:uppercase;font-size:10px;float:left;}#footer a{color: #555;text-decoration: none;} #footer a:hover{background-color: #fff; color: #000; padding:2px;}.small{font-size:90%;}/* ---- css/look-block.css ---- */.yellow{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/yellow_bg.gif') ;font-style:italic;height:22px;width: 143px;display:block;padding-left:7px;padding-top:5px;font-family:Georgia, "Times New Roman", Times, serif;}a.miy {display: block;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/make_it_yours.gif') 0px 28px;height: 28px;width: 128px;text-indent: -5000px;} a:hover.miy{display: block;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/make_it_yours.gif') ;height: 28px; width: 128px;text-indent: -5000px;}a.promo_msg{font-family:Arial, Helvetica, sans-serif;font-size:9px;text-transform:uppercase;padding-top:6px; text-decoration:none;color:#000;float: left;}a.promo_msg:hover{padding: 4px;padding-top:6px;background-color:#0CF;color: #FFF;}.megaphone{width: 16px;height:16px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons_full.jpg') no-repeat 0 23%;display:inline-block;margin:5px;float:left;}.gift{width: 16px;height:16px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons_full.jpg') no-repeat;display:inline-block;margin:5px;float:left;}.heart{width: 16px;height:16px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons_full.jpg') no-repeat 0 100%;display:inline-block;margin:5px;float:left}.heart-text{display:inline-block;margin:5px;font-size:10px;padding-bottom:10px;float:left;}a.facebook{width: 16px;height:16px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons_full.jpg') no-repeat 0 75%;display:inline-block;margin:5px;float:left;text-indent:-5000px;}a.twitter{width: 16px;height:16px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons_full.jpg') no-repeat 0 50%;display:inline-block;margin:5px;float:left;text-indent:-5000px;}/* ---- css/past-looks.css ---- */.designers{text-align:left;font-family:Helvetica,"Trebuchet MS", Arial,  sans-serif;font-size: 12px;padding: 10px;}.designers a{text-decoration:none;color:#555;}.designers a:hover{text-decoration:none;color:#fff;background-color:#0CF;padding:4px;}.designers a.selected{text-decoration:none;color:#fff;background-color:#0CF;padding:4px;}/* ---- css/blog.css ---- */.author_image{float:left;width:32px;height:32px;padding-right:5px;}.author_name{font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-weight:bold;text-transform:lowercase;}.contributor_name_url{float:left; padding-left:10px; text-transform:lowercase;}ul.bloggers{margin-top:10px;list-style:none;list-style-type:none}ul.bloggers li{float:left;margin-bottom:10px;display: inline-block;width: 100%;}div.heading4 a{padding: 4px;background-color: #000;color: #fff;text-decoration: none;}div.heading4 a:hover{padding: 4px;background-color: #0cf;color: #fff;text-decoration: none;}.wp-pagenavi-left{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') right bottom no-repeat;height: 16px;}.wp-pagenavi-right{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/next_back.gif') left 57% no-repeat;height: 16px;}.wp-pagenavi{margin-bottom: 20px;padding: 10px;padding-top:0px;text-align:center;}.wp-pagenavi a, .wp-pagenavi a:link {padding-left: 4px;padding-right: 4px;text-decoration: none;color: #555;display: inline-block;margin-left: 2px;}.wp-pagenavi a:visited {padding-left:4px;padding-right: 4px;display: inline-block;text-decoration: none;color: #555;margin-left: 2px;}.wp-pagenavi a:hover {font-weight: bold;color: #fff;display:inline-block;padding-left: 4px;padding-right: 4px;background-color:#000;margin-left: 2px;}.wp-pagenavi a:active {padding-left:4px;padding-right: 4px;text-decoration: none;color: #c2c;margin-left: 2px;}.wp-pagenavi span.pages {padding-left: 4px; padding-right: 4px;display: inline-block; color: #555;margin-left: 2px;}.wp-pagenavi span.current {font-weight: bold;color: #fff;display:inline-block;padding-left: 4px;padding-right: 4px;background-color:#000;margin-left: 2px;}.wp-pagenavi span.extend {padding-left: 4px;padding-right: 4px;color: #c2c;display: inline-block;margin-left: 2px;}.about-bg{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/about-bg.jpg') ;text-align: center;}/* ---- css/comments.css ---- *//* comments */.comment-form{float: left;padding-top: 10px;padding-bottom: 10px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/dot.gif') repeat-x bottom right;}#commentform p{color: #000;}#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}#commentform h3{font-family: georgia, times, verdana;font-size: 10pt;font-weight: 300;color: #000;margin:0;padding:0;}#author, #email, #url, #comment, #submit{background: #fff;font-size: 8pt;margin:5px 5px 0 0;padding:0;border: 1px solid #ccc;}#submit{margin:5px 5px 0 0;margin-top: 10px;padding: 3px;background-color: #000;color: #fff;width: 100px;}.comment-input{width: 575px;height:40px;}#comments{margin:0; padding:0}ol.commentlist {list-style-type: none; margin:0; padding:0;}.avatar{float:left; margin:0 12px 0 0;}.comment{margin-top: 10px;padding: 5px;padding-bottom: 10px;}.comment-alt{margin-top: 10px;padding: 5px;padding-bottom: 10px;background-color:#f7f7f7;}.author_name{font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;text-transform:lowercase;}.comment-alt{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/top_bg.gif') #f7f7f7 repeate-x 0 0; }ol.commentlist li {background: #fff;margin:10px 0;padding:5px 0 5px 10px;list-style-type:none;}ol.commentlist li.alt {background: #eee;}ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}ol.commentlist a {color:#000;}/* ---- css/corp.css ---- */.side-menu{float:left;width: 200px;margin-top: 50px;}.corp{float: left;width: 700px;padding: 5px;margin-top: 20px;border: solid 10px #3CF;background-color: #fff;min-height:700px;}.post-corp-content ul{list-style-type: disc;padding-left: 20px;}.post-corp{float: left;line-height: 14pt;}.post-corp-content{float: left;padding: 20px;}ul.sidenav {font-size: 1.2em;float: left;width: 200px;margin: 0;padding: 0;list-style: none;}li.selected{display: block;color: #fff;text-decoration: none;width: 155px;padding: 10px 10px 10px 35px;background: #3cf;}ul.sidenav li a{display: block;color: #000;text-decoration: none;width: 155px;padding: 10px 10px 10px 35px;}ul.sidenav li a:hover {border-top: 1px solid #ccc;border-bottom: 1px solid #3cf;background-color: #0FC;}ul.sidenav li span{display: none; font-size: 75%;}ul.sidenav li a:hover span {display: block;padding: 10px 0;}hr{border-top:dotted 1px #ccc;}/* ---- css/cart.css ---- *//************ SIDE DEEALS **************/.side-deal {background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/side_deals_bg.gif') ;background-repeat:no-repeat;background-position:bottom right; }/************ SIDE DEAL ENDS ************//********** LOOK DETAILS ****************/.looks-heading{color:#FFF;font-family:Georgia, "Times New Roman", Times, serif;font-size:3em;text-transform:uppercase;padding-left:10px;padding-right:20px;margin-bottom:20px; width: 300px;float: left;line-height:105%;font-weight:normal;}.side-deal-heading{color:#FFF;font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;text-transform:uppercase;padding-left:10px;padding-right:20px;margin-bottom:20px; width: 300px;float: left;line-height:125%;font-weight:normal;}.looks-contents{float: left;margin: 0 auto;padding: 10px;width: 950px;margin-right: 2px;margin-bottom: 10px;background-color: #fff;}.looks-left{float: left;margin: 0px;float: left;width: 300px;}.looks-left-imgs{float:left;width: 65px;}.looks-left-img{float: left;}.looks-left-img-bg{border: solid 1px #ccc;background-color:#f7f7f7;}.looks-thumb{border: solid 1px #ccc; margin-bottom: 5px;padding: 2px;background-color:#f7f7f7;}.looks-right{float: left;width: 600px;margin-left: 10px;padding-right: 10px;line-height: 150%;position: relative;padding-top: 5px;}.looks-right h1 {text-transform: uppercase;font-size: 200%;margin-bottom: 5px;padding-bottom: 7px;/*background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/dot.gif') repeat-x bottom left;*/}.looks-stylist-notes{margin-bottom: 5px;}.hr-line{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/dot.gif') repeat-x 0 0;width: 100%;height: 3px;margin: 3px 3px 10px 3px;}.sep{display:inline;float:left;height:80px;width:5px;background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/header_gap.gif') ;margin: 10px 2px 2px 2px;} .looks-details{float: left;padding-top: 10px;margin-bottom: 10px;}.looks-details table{width: 100%;}.product-container {padding: 2px 0px;}.looks-fields{padding-top:3px;clear:both;overflow:hidden;}.look-product-selection{float:left;margin-top:2px;width:25px;height:21px;margin-right:10px;}.look-product-options{float:left;width:100px;margin-right:10px;font-size: 10px;}.look-product-options select{width: 75px;}.look-product-options-dropdown{width:100px;border:#dddddd 1px solid;}.look-product-options-dropdown_cart{width:75px;font-size: 10px;border:#dddddd 1px solid;}.looks-product-title{float:left;font-family:"Times New Roman", Times, serif;text-transform:uppercase;font-size:18px;color:#000;width: 450px;margin-top: 3px;}.looks-product-description{color:#a1a1a1;font-size:11px;padding:2px 0px 0px 0px;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;text-transform:lowercase;width: 560px;}.item-dollar{font:normal 15px georgia, times;display: inline-block;padding: 5px 5px 8px;vertical-align:middle;background-color: #000;color: #fff;}.item-dollar-price{font:normal 15px georgia, times;display: inline-block;padding: 5px 5px 8px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/dot.gif') repeat-y 0 0;}.item-price-line{margin-top: 5px;margin-left: 37px;padding-bottom: 7px;}.qty-in-stock{float: left;font-size:10px;}.price{font:italic 10px georgia, times;}.looks-product-price{color:#515151;font-size:11px;padding:1px 10px 0px 35px;font-family:Arial, Helvetica, sans-serif;float:right;}.look-make-it-urs{margin-top: 30px;margin-left: 17px;width: 520px;padding-top: 10px;}.look-make-it-urs-bg{float: left;margin-top: 10px;}.wrap_button_cart{padding-top: 7px;}.return-message{font-size: 11px;font-style: italic;}.look-price{float: left;width: 345px;}.look-price-box{margin-top: 5px;float: left;width: 100px;margin-left: 2px;font:normal 15pt georgia, times;text-align:center;}.look-price-gap{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/dot.gif') repeat-y 0 0;width: 5px;background-color: red;height: 30px;}.look-price-heading{font:italic bold 12px georgia, times;height: 21px;}.look-ourprice-heading{font:italic bold 12px georgia, times;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/our-price-bg.gif') no-repeat 0 0;height: 21px;padding-top: 2px;}.look-retail-price{font:italic 26px georgia, times;text-decoration:line-through;}.look-ourprice{font:italic  26px georgia, times;}/********** LOOK DETAILS ENDS **************//**************************** MAGIC ZOOM *****************************//* CSS class for zoomed area */.MagicZoomBigImageCont {border:1px solid #ddd;}/* Header look and feel CSS class *//* header is shown if "title" attribute is present in the <A> tag */.MagicZoomHeader {font:70px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#91b817;text-align:     center !important; }/* CSS class for small looking glass square under mouse */.MagicZoomPup {border: 0px solid #aaa;background: #ffffff;cursor:move;}/* CSS style for loading animation box */.MagicZoomLoading {text-align:center;background:         #ffffff;color:#444;border: 0px solid #ccc;opacity:0.8;padding:0px 0px 0px 0px !important;display: none; /* do not edit this line please */}/* CSS style for gif image in the loading animation box */.MagicZoomLoading img {padding-top:0px !important;}/**************************** MAGIC ZOOM ENDS *****************************//*********************** CHECKOUT ***********************//* Cart items */#cart_items .product-title, #cart_items .product-title:visited, #cart_items .product-title:hover, #cart_items .product-title:active, .product-list .product-title, .product-list .product-title:visited, .product-list .product-title:hover, .product-list .product-title:active {font-size: 12px;text-transform: uppercase;}.float-left {float: left;}.float-right {float: right;}.clear-both {clear: both;}.float-none {float: none !important;}.buttons-container {padding: 10px 0px;}.gray-text{padding-right: 25px;color: #999;}.login-table td {padding-left: 15px;padding-right: 20px;}.login-table td.login {padding: 0px 15px 0px 0px;width: auto;}.product-image, .feature-image {float: left;margin: 0px 5px 5px 0px;text-align: center;}.mainbox-cart-body .product-description {padding: 0px 0px;}/* One page checkout styles */.header-text{font-size: 10px;font-weight: normal;color: #555;}.step-container, .step-container-active {margin: 2px 0px 3px 0px;}.checkout-steps {margin-left: 28px;padding: 2px 4px 1px 4px;}.step-title, .step-title-active {padding: 8px 9px 6px 7px;}.step-title-active {padding: 9px 8px 7px 7px;}.step-title span.float-left, .step-title-active span.float-left {margin: -5px 0px 0px -40px;font: bold 21px Tahoma;}.step-title img.float-right {padding-top: 2px;padding-left: 10px;}.step-title-active img.float-right {padding-top: 1px;}.step-body, .step-body-active {padding: 3px 28px 10px 21px;}.step-body .shipping-rates, .step-body-active .shipping-rates {padding-top: 14px;}.step-body .shipping-rates label {width: auto;padding: 4px 5px 0px 0px;}.step-body .step-complete-wrapper label {padding-top: 0px;}.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {text-decoration: none;padding-left: 14px;}.checkout-textarea {width: 374px;}/* Notification box */.notification-w, .notification-n, .notification-e {background-color: #d72323;}.notification-header-w, .notification-header-n, .notification-header-e {color: #ffffff;background: #b50000 url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons/notification_icon_e.gif') no-repeat left center;}.notification-body {color: #ffffff;}.notification-body a, .notification-body a:visited, .notification-body a:hover, .notification-body a:active {color: #ffffff;}.notification-n {background-color: #88ba00;}.notification-header-n {background: #5ca400 url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons/notification_icon_n.gif') no-repeat left center;}.notification-w {background-color: #ff9600;}.notification-header-w {background: #f66e00 url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons/notification_icon_w.gif') no-repeat left center;}/* /Notification box */#summary {padding-top: 10px;}.step-complete-wrapper .form-field label {margin: 0 5px 0 0;width: auto;}.form-field label.cm-required {background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/required_mark.gif') no-repeat right 6px;}.step-complete-wrapper .form-field {padding-left: 0px;margin: 0 0 6px 0;}/* One page checkout styles */.step-container, .step-container-active {background-color: #fbfbfb;border: 1px solid #dddddd;}.step-container-active {background-color: #ffffff;border: 1px solid #ddd;}.checkout-steps {background-color: #f7f7f7;}.step-title-active {border-bottom: 1px solid #ddd;}.step-title span.float-left, .step-title-active span.float-left {color: #a2acae;}.step-title-active span.float-left {color: #000;}.step-body .shipping-rates label {font-size:11px;font-style:italic;font-weight:bold;color: #8ca1a1;}.step-title a.title, .step-title a.title:hover, .step-title-active a.title, .step-title-active a.title:hover {font: bold 17px georgia;color: #8ca1a1;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/step_arrow.gif') no-repeat 3px 7px;}.step-title-active a.title, .step-title-active a.title:hover {color: #242424;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/step_arrow_active.gif') no-repeat 0px 7px;}.subheader{font-size: 16px;margin-bottom: 10px;margin-top:20px;}.step-complete-wrapper, .step-complete-wrapper strong {color: #8ca1a1;font-size:11px;font-style:italic;}.step-complete-wrapper strong {font-weight: bold;}.step-complete-wrapper span {font-style: normal;}p.step-complete-wrapper {padding-top: 11px;}.step-complete-text {color: #858585;}.step-complete-wrapper .form-field label {color: #8ca1a1;font: normal 8px "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding-top: 2px;padding-right: 3px;}#list_payment_methods {margin-left: -8px;}#summary {padding: 10px 0 5px 0;}.form-field {width: 200px;}.login-popup .form-field label, .login .form-field label {font-size: 11px;margin-left: 0px;}.multiple-profiles, .multiple-profiles strong {font-style: normal;}.multiple-profiles .form-field {margin-bottom: 13px;padding-bottom: 6px;border-bottom: 1px solid #dadada;}.step-body-active .select-profile label {display: none;}.step-body-active .select-profile {padding-left: 0px;}.error-message{color: red;}.button-tool{font-size: 11px;}.button-tool a{font-size: 11px;text-decoration:underline;}.step-complete-wrapper ul.bullets-list li {background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons/step_bullet.gif') ;}/* /One page checkout styles *//* color mainbox */.checkout-header{margin: 0 auto;width:800px; background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/shoppingbag.gif') no-repeat; padding-left: 100px;padding-bottom: 10px;color: #ccc;border-bottom: solid 1px #f7f7f7;}.checkout-header h1{margin-bottom:0.25em;}.mainbox-cart-title {background-color: #f1f1f1;border: solid 1px #ccc;height: 20px;font:bold 17px georgia;padding: 8px;text-align: left;}.mainbox-cart-body, .mainbox-cart-body-flex {border: 1px solid #dddddd;border-width: 0px 1px;}.cart-buttons {background-color: #f1f1f1;border-left: 1px solid #dddddd;border-right: 1px solid #dddddd;border-bottom: 1px solid #dddddd;padding: 7px;margin-bottom: 5px;}.promotion-coupon {padding: 7px;margin-bottom: 8px;border: solid 1px #ddd;background-color: #f7f7f7;}.promotion-coupon strong {font-size: 11px;display: -moz-inline-box;display: inline-block;padding-bottom: 3px;}.promotion-coupon .input-text, #point_payment .input-text {width: 129px;padding: 1px;vertical-align: middle;height: 15px;margin-left: 3px;}.promotion-coupon a {vertical-align: 1px;}.summary{float: left;width: 285px;border: solid 1px #ddd;padding: 7px;background-color: #fff;}/** Statistic list **/.summary-item{font: italic 13px georgia;float: left;width: 100%;}.summary-item-heading{width: 150px;font-size: 10px;padding: 5px;float: left;margin-right: 10px;text-align: right;}.summary-item-price{float: right;padding: 5px;text-align: right;margin-right: 30px;}.summary-item-discount{color: red;}.summary-total{font-size: 26px;text-align: center;height: 30px;width: 90px;float: right;margin-right: 10px;}.summary-total-heading{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/our-price-bg.gif') repeat-y top right;font: italic 16px georgia;text-align: right;margin-top: 8px;width: 145px;padding-right: 15px;}/** /Statistic list **/.cart-buttons .float-left {padding-top: 3px;}.input-text {width: 200px;}/* /color mainbox */.valign-top {vertical-align: top;}.login{width: 250px;}.center-box {width: 250px;position: absolute;left: 50%;top:50%;margin-left: -125px;padding: 40px;border: solid 1px #ddd;margin-top: -50px;background-color: #f7f7f7;}/***** Tables *****//* Common table */.table {background-color: #f7f7f7;padding: 1px 0px 1px 1px;border: 1px solid #ccc;}.table th {background-color: #f1f1f1;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}.table th a, .table th a:visited, .table th a:hover, .table th a:active {color: #2c2b2b;font: bold 12px georgia;}.table td, .table .table td {border-right: 1px solid #ccc;}.table .table-footer td {background-color: #f1f1f1;border-right: 1px solid #ccc;}.table-row, tr.table-row, td.table-row {background-color: #f7f7f7;}/* /Common table */.print{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons.gif') no-repeat 0px -70px;height: 16px;padding-left: 20px;margin-right: 20px;}.download-invoice{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons.gif') no-repeat 0px -0px;height: 16px;padding-left: 20px;margin-right: 20px;}.reorder{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/icons.gif') no-repeat 0px -35px;height: 16px;padding-left: 20px;margin-right: 20px;}/**********************  CHECKOUT ENDS ******************/.product-details-options select{width: 100px;}input.submit {display: block;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/make_it_yours.gif') 0px 28px;height: 28px;width: 128px;text-indent: -5000px;}input.submit:hover {background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/make_it_yours.gif') ;display:block;width:128px;height:28px;text-indent:-5000px;}/* ---- css/ads.css ---- */.designer-invite{border: solid 1px #ddd;background-color:#FFF;margin-bottom: 4px;margin-right:4px;padding: 5px;padding-left:20px;float:left;width: 920px;}.designer-invite-bk{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/seperator_45.gif') ;}.ad{float: right;width: 309px;height: 133px;margin-bottom: 10px;text-align:left;background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/seperator_45.gif') ;}.ad_border{border: solid 1px #000;}.ad-horizontal{float: left;width: 309px;height: 133px;margin-bottom: 10px;text-align:left;background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/seperator_45.gif') ;margin-right:7px;}.weekend-shop-by-look a{float:left; width:410px; height:129px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/shop_look.gif') no-repeat 0 0%;display:block;text-indent:-5000px;border-bottom:solid 10px #eee;}.weekend-shop-by-look a:hover{float:left; width:410px; height:129px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/shop_look.gif') no-repeat 0 33.45%;display:block;border-bottom:solid 10px #eee;}.weekend-shop-clearance a{float:left; width:410px; height:129px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/shop_look.gif') no-repeat 0 66.65%;display:block;text-indent:-5000px;border-bottom:solid 10px #eee;}.weekend-shop-clearance a:hover{float:left; width:410px; height:129px;background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/shop_look.gif') no-repeat 0 100%;display:block;border-bottom:solid 10px #eee;}/* ---- css/jtip.css ---- */#JT_arrow_left{background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/arrow_left.gif') ;background-repeat: no-repeat;background-position: left top;position: absolute;z-index:101;left:-12px;height:23px;width:10px;    top:-3px;}#JT_arrow_right{background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/arrow_right.gif') ;background-repeat: no-repeat;background-position: left top;position: absolute;z-index:101;height:23px;width:11px;    top:-2px;}#JT {position: absolute;z-index:100;border: 2px solid #3CF;background-color: #3cf;text-align:left;font-size:10px;}#JT_copy{padding:0px 10px 10px 10px;color:#333333;}.JT_loader{background-image: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/loader.gif') ;background-repeat: no-repeat;background-position: center center;width:100%;height:12px;}#JT_close_left{background-color:#3CF;text-align: left;padding-left: 8px;padding-bottom: 5px;padding-top: 2px;font-weight:bold;font-size:18px;font-family:Helvetica,Arial, sans-serif;color:#FFF;}#JT_close_right{background-color: #3CF;text-align: left;padding-left: 8px;padding-bottom: 5px;padding-top: 2px;font-weight:bold;}#JT_copy p{margin:3px 0;text-align:left;}#JT_copy img{padding: 1px;border: 1px solid #3CF;}.jTip{cursor:help;text-align:left;}.red{color: #C00;}html,body {   margin:0;   padding:0;   height:100%;   background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/bg_lines.gif') ;}:-moz-any-link:focus{outline: none;}:-moz-any-link{outline: none;}.space-top{margin-top:20px;}.space-bottom{margin-bottom:20px;}.hidden {display: none;}#container {   height:100%;   position:relative;}#body { padding-bottom:60px;   /* Height of the footer */width: 1000px;margin: 0 auto;background-color:#FFF;} .heading2{font-size: 24px;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif}.heading3{font-size: 20px;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif}.heading4{font-size: 16px;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif}.dollar{font-family:Georgia, "Times New Roman", Times, serif;font-size: 150%;font-style:italic;}.gray-border{border: solid 1px #ddd;}.seperator{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/seperator_45.gif') ;height: 10px;}.italic{font-style:italic}.side-deals{background: url('http://www.365hangers.com/wp-content/themes/365hangers_v2.0/images/side_deals_bg.gif') no-repeat bottom right;min-height:200px;}cite {font-family: arial, verdana, tahoma;font-size: 9pt;font-weight: bold;font-style: normal;}cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}.elevetor-pitch{margin-bottom:20px;}