/* CSS document for 360 degrees Tees */
/* Bristol Developers Copyright 2009 */
html, body {
    margin:0;
    padding:0;
    height: 100%;
    min-height: 100%;
}

* {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

a, a:visited, a:active {
    color: blue;
    text-decoration: underline;
    
}

img.left {
    float: left;
    padding: 5px 10px 15px 0px;
}

.right {
    float: right;
    padding: 5px 0px 5px 10px;
}

a:hover {
   
}


body {
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    color: #bcbcbc;
    background-color: #DCDCDC;
    font-family: verdana;
    font-size: 11px;
}

#container
{
	width: 960px;
        margin: 0px auto;
}

#asp_container
{
        margin: 0px auto;
}

#main_admin_area
{
  background-color: white;
  color: black;
  margin: 20px;
  padding: 20px;
}

h3.under_margin {
    margin-bottom: 10px;
    font-size: 14px;
}

.gray_text {
    color: #CCCCCC;
}


/* ===================== header elements ===================== */
#header
{
	width: 960px;
        height: 85px;
}

#header a, #header a:visited
{
	color: #bcbcbc;
        text-decoration: none;
}

#header a:hover {
        color: #bcbcbc;
        text-decoration: underline;
}

#top_nav
{
	text-align: right;
        height: 20px;
        padding-top: 5px;
}

#top_nav li
{
	display:inline;
}

#top_nav a:link, #top_nav a:visited
{
	text-decoration: none;
}

#top_nav a:hover, #top_nav a:active
{
	text-decoration: underline;
}

#cart_status
{
        width: 300px;
	float: right;
        font-size:12px;
        font-weight:bold;
        height:60px;
        padding-top:3px;
        vertical-align:middle;
        min-width:250px;
        text-align: left;
}

#cart_status p {
        display:inline-block;
        margin-left:10px;
        margin-top:-50px;
        text-align:right;
        vertical-align:middle;
}

#company_name {
    text-align: right;
    height: 50px;
    padding: 5px 120px 5px 0px;
}

#company_name
{
	width: auto;
	float: left;
}

#company_name h1
{
	color: #8f8bac;
        font-size: 28px;
}
/* ===================== end of header elements ============= */

/* ===================== main content stuff ============= */
#girl {
    width: 170px;
    height: 277px;
    background: transparent url('/images/girl.png') center center no-repeat;
    position: absolute;
    margin-top: 33px;
    z-index: 100;
}

#bloke {
    width: 180px;
    height: 280px;
    background: transparent url('/images/bloke.png') center center no-repeat;
    position: absolute;
    margin-top: 30px;
    margin-left: 785px;
    z-index: 101;
}

#girl_astro {
    width: 170px;
    height: 277px;
    background: transparent url('/images/girl_astro.png') center center no-repeat;
    position: absolute;
    margin-top: 33px;
    z-index: 100;
}

#bloke_astro {
    width: 180px;
    height: 280px;
    background: transparent url('/images/bloke_astro.png') center center no-repeat;
    position: absolute;
    margin-top: 30px;
    margin-left: 785px;
    z-index: 101;
}

#main_area {
    height: 310px;
}

#content_area {
   height: 255px;
   width: 630px;
   background-color: #666666;
   background: transparent url('/images/content_bg.gif') center center no-repeat;
   color: #333333;
   padding: 0 10px 10px 10px;
   position: absolute;
   margin-top: 10px;
   margin-left: 155px;
   z-index: 99;
}

#progress_indicator {
    height: 15px;
    width: 630px;
    text-align: center;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 5px;
}

#progress_indicator ul li {
    display: inline;
    list-type: none;
    font-size: 13px;
   /* font-weight: 600;*/
    margin-left: 30px;
    color: darkblue;
}

#progress_indicator ul li.active {
    color: darkgreen;
}

#progress_indicator ul li:first-child {
    margin-left: 0px;
}

#start_text {
    float:left;
    clear:left;
    font-size:16px;
    font-weight:bold;
    padding: 20px 0px 0px 30px;
    text-align:right;
    width:285px;
}

#start_text a {
   color:#020235;
}
#start_text ul {
   padding: 0px; margin: 0px; list-style: none;
}

#start_text li {
   padding: 0px; margin: -13px 0px 0px 0px; list-style: none;
}

#compass_image {
    float: right;
    margin: 15px 50px 0px 15px;
}


/* ===================== end main content stuff ============= */

/* ===================== coord find page ==================== */
#earth_message {
    background-color:#EEEEEE;
    border:2px solid black;
    height:25px;
    margin:195px 0 0 22px;
    padding:3px 5px;
    position:absolute;
    text-align:center;
    width:250px;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 50000;
}

#earth_message a {
    color: blue;
}

#coord_container
{
    vertical-align: top;
    float: left;
}
#zoom_buttons {
    height:235px;
    margin-left:305px;
    position: absolute;
    width:30px;
    vertical-align: top;
}

.zoomin {
    position: absolute;
    width: 16px;
    height: 16px;
    color: white;
    font-size: 5px;
    border: none;
    background: transparent url('/images/zoom_in.png') 0px 0px no-repeat;
    visibility: hidden;
}

.zoomout {
    position: absolute;
    height: 16px;
    width: 16px;
    color: white;
    margin-top: 219px;
    font-size: 5px;
    border: none;
    background: transparent url('/images/zoom_out.png')  0px 0px no-repeat;
    visibility: hidden;
}

#map3d
{
	border: 0;
	height: 235px;
	width: 300px;
	float: left;
        margin-right: 15px;
        margin-left:5px;
        vertical-align: top;
        position: absolute;
        top: 21px;
        z-index: 105;
}

#options_container
{
	width: 310px;
	float: left;
        font-size:10px;
        margin: 10px 0px 0px 320px;
        vertical-align: top;
        position: absolute;
}

#options_container h3 {
    font-size: 13px;
}

#options_container input#name
{
	font-size:20px;
        height:25px;
        margin-bottom:5px;
        margin-top: 15px;
        width:260px;
        text-transform:uppercase;
        float: left;
}

#placemarkinfo {
    clear: both;

}

table#placemarkinfo thead td {
    font-size: 13px;
    font-weight: bold;
}

table#placemarkinfo td {
    padding: 2px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: bottom;
}
table#placemarkinfo tbody tr:first-child {
    display: none;
    visibility: hidden;
}


.submit, .back {
    width: auto;
    background-color: #666666;
    border: 2px solid white;
    color: white;
    float: right;
    padding: 2px 5px;
    font-size: 15px;
}
#submit_local, #submit_exact, #add_to_cart {
    margin-right: 30px;}
.submit:hover, .back:hover {
    width: auto;
    background-color: white;
    border: 2px solid white;
    color: #666666;
  
}

.back {
    float: left;
}

a.back, a:visited.back {
    color: #ffffff;
}

a:hover.back {
    color: #666666;
}

/* ===================== end of coord page ================== */

/* ===================== design tshirt page ================= */


#select_container 
{
	width: 800px;
	float: left;
}

#options
{
    margin-left: 20px;
    width: 280px;
    float: left;
}

#options div
{
   padding-bottom: 3px;
}

#options h1 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 7px;
}

#options h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

#options table {
    width: 250px;
}

#options td {
    /**padding-bottom: 3px;*//
}

#size_chart {
    height: 20px;
}

#qty {
    height: 15px;
}

#tshirt 
{
    background: transparent url(/images/designbox.png) center center no-repeat;
    float:left;
    height:235px;
    width:300px;
    margin-right: 10px;
    margin-left:10px;
    background-color: #ffffff;
}

#tshirt_overlay
{
    position: absolute;
    color:#000000;
    height:235px;
    width:300px;
    margin-right: 10px;
    margin-left:10px;
}

#logo
{
	position: absolute;
	margin: 40px 0 0 52px;
	text-align:center;
        width: 105px;
        height: 170px;
}

#switch_BK
{
	background-color: #000000;
}

#switch_WH
{
	background-color: #ffffff;
}

#switch_NY
{
	background-color: #272442;
}

#switch_KG
{
	background-color: #00a501;
}

#switch_CR
{
	background-color: #c20a2f;
}

#switch_AH
{
	background-color: #e3e3e3;
}

#switch_VR
{
    background-color: #f5503d;
}

#switch_FA
{
    background-color: #ff00ff;
}

#switch_LM
{
    background-color: #91ff66;
}

#switch_TQ
{
    background-color: #adeaea;
}

.col_swatch {
    height: 20px;
    width: 20px;
    border: 1px solid black;
}

.back_image {
    position: absolute;
    /*width: 150px;*/
    margin-left:-20px;
    margin-top:45px;
}

.back_image_astro {
    position: absolute;
    width: 105px;
    margin-left:50px;
    margin-top:45px;
}

.front_image {
    position: absolute;
    width:50px;
    margin-left:235px;
    margin-top:35px;
}

.front_image_astro {
    position: absolute;
    width:20px;
    margin-left:255px;
    margin-top:40px;
}

.side_image {
    position: absolute;
    width:35px;
    margin-left:248px;
    margin-top:165px;
}

/* ===================== end of design tshirt page ========== */

/* ===================== footer elements ==================== */
#footer
{
	
}

#gallery
{
	height:197px;
        margin-top:3px;
        margin-bottom: 3px;
        background-image:url(/images/gallerybg.gif);
        background-position: center top;
        background-repeat:no-repeat;
}

.carousel {
	margin: 0px auto;
        height: 197px;

}

.carouselwrap {
	width: 960px;
        height: 197px;
}

.carousel img {
	padding: 0 0 0 0;
}

.carousel ul li {
	height: 197px;
        width: 141px;
}

#warble
{
    background-image:url(/images/logo_sm.png);
    background-position:100px 5px;
    background-repeat:no-repeat;
    color:#666666;
    font-size:13px;
    font-weight:bold;
    height:95px;
    padding-left:250px;
    padding-right:100px;
    padding-top:5px;
}

#link_back
{
        margin: 20px auto 0;
        padding-top:0;
        text-align:center;
        width:300px;
}
/* ===================== end of dfooter elements ============ */

/* ===================== view cart page ===================== */
#cart_contents
{
    width: 600px;
    height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 10px;
}

#message
{
	color: #ff0000;
}

table#cart {
    margin: 10px auto 0px auto;
    border-collapse: collapse;
}

table#cart td {
    border: 1px solid black;
    padding: 3px 5px 5px 3px;
}

table#cart th {
    padding: 3px 5px 5px 3px;
}

table#cart td.cart_button {
    border: none;
}

table#cart td.delete {
    border: none;
    text-align: center;
}
/* ===================== end of view cart page ============== */

/* ===================== google checkout page =============== */
#google_checkout
{

}
/* ===================== end of google checkout page ======== */

/* ===================== styling settings ===================== */
._red
{
   color: #ff0000;

}
/* ===================== end of styling settings ============== */

/* ===================== static pages styling ===================== */
#faq, #terms_of_use, #opp_content, #about
{
   width: 600px;
   height: 250px;
   overflow-y: auto;
   overflow-x: hidden;
   padding: 5px 10px;

}

#faq h2, #terms_of_use h2, #opp_content h2, #contact_us h2, #about h2
{
    margin-top: 13px;
    margin-bottom: 10px;

}

#faq h1, #terms_of_use h1, #opp_content h1, #contact_us h1, #about h1
{
    margin-top: 15px;
    margin-bottom: 12px;

}

#faq ul li {
    list-style-type: none;
}

#contact_us
{
    width: 600px;
    height: 250px;
    padding: 5px 10px;

}

#contact_us h3 {
    margin-top: 10px;
    margin-bottom: 7px;
}

#snail_details {
    float: left;
    width: 200px;
}

#feedback_form {
    width: 400px;
    float: left;
}

#feedback_form p {
    margin-bottom: 5px;
}

#feedback_form textarea {
    width: 400px;
    height: 75px;
}

#feedback_form input.text {
    width: 153px;

}
/* ===================== end of static pages ============== */

.bubbleInfo {   
    /*margin: -17px 0 0 295px;*/
    position:absolute;
}

.trigger {
    margin: 53px 0 0 130px;
    position: absolute;
    cursor: pointer;
    z-index: 102;
    width: 20px;
    height: 20px;
}
.astro-home .trigger {
    margin: -20px 0 0 175px;
}

div #options_container form .trigger {
    margin: 0px 0 0 265px;}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background-color:white;
    padding:10px;
    width:250px;
    border: 2px solid black;
    margin: -15px 0 0 20px;
    z-index: 103;
    text-align: left;
}

.popup .close {
    background: url('/images/cross.png') no-repeat 0px 3px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
    margin-bottom: 5px;
}

.bubbleInfo_sizes {
    margin-left: -200px;
    position:absolute;
}

.trigger_sizes {
    margin: -20px 0 0 295px;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.popup_sizes {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background-color:white;
    padding:10px;
    width:250px;
    border: 2px solid black;
    margin: -15px 0 0 20px;
}

.bubbleInfo_design {
    position:absolute;
}

.trigger_design_back {
    position: absolute;
}

.trigger_design_front {
    position: absolute;
}

.trigger_design_side {
    position: absolute;
}

.popup_design_back {
   background-color:white;
   border:2px solid black;
   display:none; /** Hide if no JS **/
   margin: 30px 0 0 -30px;
   padding:10px;
   position:absolute;
   width:210px;
   z-index: 3000;
}

.popup_design_front {
    background-color:white;
border:2px solid black;
display:none; /** Hide if no JS **/
margin:25px 0 0 125px;
padding:10px;
position:absolute;
width:215px;
z-index:3000;
}

.popup_design_side {
    background-color:white;
    border:2px solid black;
    display:none; /** Hide if no JS **/
    margin: 130px 0 0 150px;
    padding:10px;
    position:absolute;
    width:140px;
    z-index:3000;
}

#admin_menu li,
.left10 li{
    margin-left:10px;
}

#admin_options {
    margin-right:10px;
}

table.admin_table {
    margin: 10px auto 0px auto;
    text-align: center;
}

table.admin_table td {
    border: 1px solid black;
    padding: 3px 5px 5px 3px;
}

table.admin_table th {
    padding: 3px 5px 5px 3px;
}

table.admin_table td.admin_table_button {
    border: none;
}

table.admin_table td.delete {
    border: none;
    text-align: center;
}

.bold {
    font-weight: bold;
}

#black_text{
    color: black;
}

.astro_image {
    width:296px;
    float:left;
}

.select_dob {
    font-size:10px;
}

.shrink {
    width: 136px;
    height: 100px;
}

#bm_logo {
    float:left;
}

#bm_material {
    margin-top:15px;
}

#lightbox_container {
    width:700px;
}

#lightbox_tshirt {
    
}

#lbfi img
{
position:absolute;
left:180px;
top:70px;
width: 145px;
z-index:1;
}

#lbbi img
{
position:absolute;
left:370px;
top:60px;
z-index:1;
}

#lbsi img
{
position:absolute;
left:659px;
top:82px;
z-index:1;
}

#lbfia img
{
position:absolute;
/*left:200px;*/
right: 550px;
top:70px;
z-index:1;
}

#lbbia img
{
position:absolute;
left:430px;
top:50px;
z-index:1;
}

#lbsia img
{
position:absolute;
left:659px;
top:82px;
z-index:1;
}

#close {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    z-index: 300;
}

#close p {
    text-align: center;
    margin-top: 600px;
}

#astro_signs {
    float: left;
    position: absolute;
}


.discount {
    width: auto;
    background-color: #666666;
    border: 2px solid white;
    color: white;
    padding: 2px 5px;
    font-size: 15px;
}

.discount:hover {
    width: auto;
    background-color: white;
    border: 2px solid white;
    color: #666666;
}

form#discount_code {
    margin-top: -55px;
}

form#discount_code .submit {
    float: none;
}

#tshirt {
    cursor: pointer;
}

#enlarge_link {
    position: absolute;
    bottom: 3px;
    left: 120px;
}

.further_discounts {
    clear: both;
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}

#discounts p {
    margin: 10px 0px;
}

#discounts ul {
    margin-left: 20px;
    margin-top: 10px;
}

.popup_sizes .close {
    background: url('/images/cross.png') no-repeat 0px 0px;
    padding-left: 20px;
    padding-bottom: 4px;
    text-align: right;
    margin-bottom: 5px;
    float: right;
}

#submit_exact, #submit_local {
    margin-top: 3px;
    float: left;
}

#localVexact {
    clear: both;
    padding-top: 10px;
}

.top_help, .bottom_help {
    width: 295px;
    font-weight: bold;
}

.top_help {
    margin-top: -120px;
    margin-left: -20px;
}

.bottom_help {
    margin-top: 75px;
    margin-left: -20px;
}

.bottom_help li, .top_help li {
    margin-left: 5px;
}

.red {
    color: #cc0000;
}

#design_button {
    margin-right: 30px;
}