@charset "utf-8";

/* --- GENERAL --- */
html { margin: 0; }

body {
	background: #e6e5e5 url(../img/common/bg.gif) repeat-x; 
	font-family: Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	margin: 0;
	color: #000;
}

img {
	border: 0;
	display: inline;
}

sub, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

p {  }

a { color: #0063be; text-decoration: none; }
a:hover { color: #000; }

h1 {
	padding: 0px 0 10px 0;
	margin: 0;
	font-size: 160%;
	color: #0063be;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 120%;
}

h3 {
	padding: 0;
	margin: 10px 0 0 0px;
	font-size: 100%;
}

hr { background-color: #fff; height: 1px; margin: 5px 0; border: solid 1px #cecece; }

.righty {
	float: right;
}

/* --- CONTAINER --- */
#container {
    background: #0063be url(../img/common/bg-container.jpg) repeat-x left bottom;
	width: 900px;
	margin: 26px auto 10px auto;
}

	#container .franchise {
	    background: #0063be url(../img/common/bg-container-franchise.jpg) repeat-x left bottom;
	}

/* --- HEADER --- */
#header {
	height: 100px;
	padding: 15px 30px 0 30px;
	background: #0063be url(../img/common/bg-header.gif) no-repeat 0 0;
}

	#login {
		font-size: 12px;
		background: url(../img/common/bg-login.gif) no-repeat;
		position: absolute;
		margin: 26px 0 0 370px;
		padding: 3px 0 0 15px;
		top: 0;
		height: 51px;
		width: 360px;
	}
	
	#loggedin {
		padding-top:4px;
	}	
	
	#login .username, #login .password {
		width: 120px;
		margin-left: 6px;
	}
	
	#login .go {
		 border: 0; margin: 2px 0 0 6px; vertical-align: top;
	}

	#franchise {
		margin: 30px 0 0 710px;
		position: absolute;
		top: 0;
		z-index: 30;
	}

	#fontsize {
	    font-size: 0.9em;
		color: #0063be;
		position: absolute;
		margin: -2px 0 0 730px;
		padding: 0;
		top: 0;
		width: 110px;
		border: solid 5px #fff;
	}

/* --- MENU --- */

 #menu {
	background: #00457c;
	font-size: 12px;
	background: url(../img/common/bg-ul.gif) no-repeat;
	text-transform: uppercase; 
	float: left;
	display: inline;
	z-index: 20;
 }

 #menuMedia {
	background: url(../img/common/bg-ulmedia.png) no-repeat;
 }

.menu {
	width: 900px;
	height: 53px;
	padding: 0;
	position: relative;
}


.menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}

.menu li {
	position: relative;
	float: left;
    list-style: none;
    height: 40px;
	margin: 0;
	background: url(../img/common/bg-li.gif) no-repeat right top;
	position: relative;
}

.menu a {
	color: #0063be;
   	font-size: 14px;
	margin: 0;
    display: block;
	padding: 14px 17px 14px 15px;
	text-decoration: none;
}

.menu a:visited { color: #75b1e8; }

.menu a.selected {
	color: #4d9be2;
}

.menu a:hover, .menu ul ul a:hover {
	color: #ce181f;
	background: none;}

.menu :hover > a, .menu ul ul :hover > a {
	color: #ce181f;	
	background: none;
}

    #menu ul li a.home, #menuMedia ul li a.home {
    		width: 29px;
    		height: 29px;
    		margin: 6px 17px 0 25px;
    		padding: 0;
			background: url(../img/common/bg-li-home.gif) no-repeat 0 0;
		}
		
    #menu ul li a:hover.home, #menuMedia ul li a:hover.home {
			background: url(../img/common/bg-li-home2.gif) no-repeat 0 0;
		}

    #menu ul li a:visited, #menuMedia ul li a:visted { color: #75b1e8; }		

    #menu ul li a.home em, #menuMedia ul li a.home em {
    		margin-left: -3000px;
		}

/* Second level stuff */

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 40px;
	background: #fff url(../img/common/bg-sub.gif) repeat-x;
	border: 1px #a2a2a2 solid;
	border-top: 0;
	padding: 10px 0;
	left: 0;
	z-index: 10;
}

.menu ul ul li {
	width: 170px; 
	text-align: left;
	background: none;
	height: auto;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu ul ul a, .menu ul ul a:visited {
	color: #0063be;
	font-size: 12px;
	text-transform: none;
	padding: 5px 0 5px 20px;
}

.menu ul ul a:hover {
	color: #0063be;
	text-decoration: underline;
	}
	
.menu ul ul a.less, .menu ul ul a.less:visited {
	color: #a2a2a2;
	font-size: 10px;
	text-transform: none;
	padding: 5px 0 5px 20px;
}

.menu ul ul a.less:hover {
	color: #a2a2a2;
	text-decoration: underline;
	}


.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

/* menu third level stuff */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #00457c url("") bottom right no-repeat;
}

.menu ul ul a.drop:hover {
	background: #c9ba65 url("") bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
	background: #00457c url("") bottom right no-repeat;}
	
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #e2dfa8;
}

.menu ul ul ul a:hover {
	background: #b2ab9b;
}

.menu ul ul ul{
	left: 149px;
	top: -1px;
	width: 149px;
}

.menu ul ul ul.left {
	left: -149px;
}

.menu ul :hover ul ul {
	visibility: hidden;
}

.menu ul :hover ul :hover ul {
	visibility: visible;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    background-color: #fbfbfb;
    border: solid 1px #a2a2a2;
    display:block;
    position:absolute;
    top: -34px; 
    left: -10px;
	padding: 5px 10px;
	width: 150px;
	color: #0063be;
    text-align: center;
}
    	
/* --- CONTENT --- */
#content {
	display: inline;
	width: 830px;
	min-height: 350px;
	background: #fff url(../img/common/bg-content.gif) no-repeat left bottom;
	margin: 0 15px 20px 15px;
	padding: 20px;
	float: left;
	font-size: 0.9em;
	z-index: 10;
}

#contentMedia {
	padding: 20px;
	background-color: #0063be;
}

#contentMedia  h1{
	color: white;
}

#contentMedia  p{
	color: white;
}
	
	div.media {
		background-color: blue;
	}
	div.mediacontainer {
		text-align: center; 
		background-color: #0063be;
	}

    div.kids { background: none;}

    div.text { min-height: 400px; }

    div.small { display: inline; width: 564px !important; }
        
    #content img.pageImage {
        border: solid 3px #e6e5e5;
        float: right; 
        margin: 0 0 10px 10px;
    }
    
    #content a.moreback {
	    color: #0063be;
	    display: block;
	    line-height: 100%;
	    margin: 0;
	    text-decoration:none;
    }

    #content a:hover.moreback { color: #000; }

    #content a.more {
        padding-left: 10px; 
    	background: url(../img/common/bg-ra.gif) 0 4px no-repeat;
    }

    #content a.back {
        padding-left: 10px; 
    	background: url(../img/common/bg-la.gif) 0 4px no-repeat;
    }

    #content H1, H2, H3 {
	    letter-spacing: 1px;
	    margin-left: 0;
    }

    #content ul li { list-style-type: square; margin: 8px 0; }
    #content ol li { margin: 8px 0; }
    
    #content address {
		margin: 0 0 20px 20px;
		font-style: normal;
}

#sidebar {
	background: url(../img/common/bg-block-sidebar.gif) 0 0 no-repeat; 
    float: right; 
    width: 210px; 
    height: 200px;
    border: solid 0px #e8e8e8;
    padding: 10px;
}

    #sidebar ul {
	    padding: 0;
	    margin: 0;
    }

    #sidebar ul li { 
	    list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #sidebar ul li a {
        margin: 0;
        padding: 5px;
	    display: block;
	    height: 1%;
	    text-decoration: none;
        border: solid 1px #fff;
    }

/* --- FOOTER --- */	
#footer {
	clear: both;
	background: url(../img/common/bg-footer.gif) no-repeat;
	height: 200px; 
	font-size: 0.8em;
	color: #9e9e9e;
}

    #footer a {
	    color: #9e9e9e;
	    text-decoration: none;
	    text-transform: lowercase;
    }
    
    #footer a:hover {
	    color: #fff;
    }

    #footer #secondary {
	    float: left;
	    display: inline;
	    position: absolute;
	    text-align: center;
	    margin: 60px 0 0 0;
    }

        #footer #secondary ul {
	        list-style: none;
	        padding: 0;
	        margin: 0;
        }

        #footer #secondary li {
	        display: inline;
            padding: 0 10px 0 10px;
        }    

    #footer address {
		color: #fff;
        clear: left;
	    font-style: normal;
	    font-size: 1em;
	    margin: 5px 10px;
	    padding: 0 5px;
    }
    
    #footer address span.legend {
		color: #ffcc00;
    }


    #footer address a {
	    color: #fff;
	    text-decoration: none;
	    text-transform: lowercase;
    }

    #siteby { width: 170px; float: right; margin: 100px 0 10px 0;}
    
        #siteby a {
            float: right;
	        display: block;
	        width: 70px;
	        height: 24px;
	        background: url('../img/common/efinity1.gif') no-repeat; 
        }
		
        #siteby a:hover {
	        background: url('../img/common/efinity2.gif') no-repeat; 
        }
    		
        #siteby a em {
	        margin-left: -4000px; 
        }

        #siteby span {
            float: right;
	        width: 35px;
	        padding: 3px 1px 0 0; 
        }
        
        
    #sitebyc7 { width: 100px; float: right; margin: 100px 0 10px 0;}
    
        #sitebyc7 a {
            float: right;
	        display: block;
	        width: 41px;
	        height: 35px;
	        background: url('../img/common/c7_logo01.jpg') no-repeat;         
        }

        #sitebyc7 a:hover {
	        background: url('../img/common/c7_logo.jpg') no-repeat; 
        }
		   		
        #sitebyc7 a em {
	        margin-left: -4000px; 
        }

        #sitebyc7 span {
            float: right;
	        width: 45px;
	        padding: 3px 5px 0 0; 
        }        

/* --- 2 DOLLAR HEAVEN BROWSING--- */

#two-dollar-heaven-container .left {
	border-right: 1px #ccc solid;
	float: left;
	width: 640px;
}
	#two-dollar-heaven-container .left div {
		margin: 0 20px 0 0;
		padding: 0;
	}
		#two-dollar-heaven-container .left div div {
			margin: 0;
		}
		
	#two-dollar-heaven-container .left div#category_form {
		display: none;
	}
	#two-dollar-heaven-container .left form {
		margin: 0;
		padding: 0;
		width: 620px;
		background: #dedede;
	}
		#two-dollar-heaven-container .left h3 {
			padding: 10px;
			background: #eee;
		}
		#two-dollar-heaven-container .left h3.select-categories {
			font-weight: normal;
			padding: 10px 10px 10px 30px;
			background: #ccc url(../img/icons/categories.png) 10px 10px no-repeat;
		}
		
		#two-dollar-heaven-container .left #form-submit {
			margin: 10px;
		}
		#two-dollar-heaven-container .left ul li {
			display: block;
			float: left;
			width: 300px;
			border-bottom: 1px #ccc solid;
			padding: 5px 0;
			margin: 0 5px
		}
	#two-dollar-heaven-container .left form label {
		border-bottom: none;
		display: inline;
		float: none;
		margin: 0;
		padding: 0;
		width: 200px;			
	}

#two-dollar-heaven-container .left th {
	padding: 10px 0;
	border-bottom: 1px #666 solid;
	margin: 0;
}
	#two-dollar-heaven-container .left th.col-1 { width: 7px; }
	#two-dollar-heaven-container .left th.col-2 { width: 80px; }
	#two-dollar-heaven-container .left th.col-3 { width: 190px; }
	#two-dollar-heaven-container .left th.col-4 { width: 70px; }
	#two-dollar-heaven-container .left th.col-5 { width: 200px; text-align: center; }

#two-dollar-heaven-container .left td {
	padding: 10px 5px;
	border-bottom: 1px #dedede solid;
	margin: 0;
}
	#two-dollar-heaven-container .left td.stripe-2 {
		background: #eee;
	}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	margin-top: -100px;
}

#two-dollar-heaven-container .left .add_to_order { position: relative; }
			#two-dollar-heaven-container .left .add_to_order input {
				width: 40px;
				float: right;
				border: 1px #fbbd00 solid;
				margin: 0;
				padding: 2px 0 1px 0;
				text-align: center;
			}
			#two-dollar-heaven-container .left .add_to_order a {
				float: right;
				background: #fbbd00;
				color: #fff;
				padding: 3px 5px;
				font-size: 11px;
				margin: 0 0 1px 0;
			}
				#two-dollar-heaven-container .left .add_to_order a:hover {
					background: #0063BE;
				}
			#two-dollar-heaven-container .left .add_to_order input.add_to_order_submit {
				width: 70px;
				height: 20px;
				font-size: 11px;
				margin-left: 5px;
			}
			#two-dollar-heaven-container .left .add_to_order form {
				width: 200px;
				padding: 0;
				margin: 0;
			}

#two-dollar-heaven-container .left .add_to_order .message {
	position: absolute;
	top: 0;
	left: 25px;
	background: #fbbd00;
	width: 175px;
	height: 17px;
	text-align: center;
	display: none;
	color: #333;
	padding-top: 3px;
	border: none;
}



#two-dollar-heaven-container .right {
	float: right;
	text-align: left;
	width: 170px;
}

#two-dollar-heaven-container ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
	#two-dollar-heaven-container ul li {
		margin: 0;
		list-style: none;
		padding: 0;
	}

#two-dollar-heaven-container ul.actions {
	margin: 10px;
}
#two-dollar-heaven-container ul.actions li {
	margin: 5px 0;
}
	#two-dollar-heaven-container ul.actions li a {
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		padding: 1px 0 1px 20px;
	}
	#two-dollar-heaven-container li.edit a {
		background-image: url(../img/icons/edit.png);
	}
	#two-dollar-heaven-container li.print a {
		background-image: url(../img/icons/print.png);
	}
	#two-dollar-heaven-container li.email a {
		background-image: url(../img/icons/email.png);
	}

#my_order {
}
	#my_order ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#my_order ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			clear: both;
			padding: 5px;
			border-bottom: 1px #eee solid;
		}
			#my_order ul li#newest {
				background-color: #fbbd00;
			}
		#my_order ul span {
			font-size: 11px;
			display: block;
			float: right;
			text-align: left;
			width: 125px;
		}

	ul#my_order_actions {
		display: none;
	}

/* --- 2 DOLLAR HEAVEN EDITING --- */	

#edit-order-container form {
	width: 830px;		 
}

#edit-order-container table th {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px #666 solid;
	margin: 0;
}
	#edit-order-container table th.col-1 { width: 350px; }
	#edit-order-container table th.col-2 { width: 350px; }
	#edit-order-container table th.col-3 { width: 130px; }

#edit-order-container table td {
	padding: 10px 5px;
	border-bottom: 1px #dedede solid;
	margin: 0;
}
#edit-order-container table td.row-2 {
	background: #eee;
}

#edit-order-container table a {
	background: #fbbd00;
	color: #fff;
	padding: 3px 5px 2px 5px;
	font-size: 11px;
	margin: 0 0 1px 0;
}
	#edit-order-container table a:hover {
		background: #0063BE;
	}


#edit-order-container table input {
	width: 50px;
	margin: 0;
	text-align: center;
}

#edit-order-container #actions-container {
	margin-top: 10px;
}
	#edit-order-container #actions-container input {
		float: right;
		margin-right: 13px;
		width: 112px;
	}


/* --- $2 HEAVEN EMAIL MY ORDER --- */	

#email-order-container {
	width: 600px;
	margin: 0 auto;
}
	#email-order-container table {
		width: 600px;
		margin-bottom: 20px;
	}
		#email-order-container th {
			text-align: left;
			border-bottom: 1px #333 solid;
			padding: 5px;
		}
		#email-order-container td {
			border-bottom: 1px #ccc solid;
			padding: 5px;
		}
			#email-order-container td.row-2 {
				background: #eee;
			}

	#email-order-container form label {
		float: none;
		border: 0;
		width: 500px;
		text-align: left;
		display: inline;
	}

/* --- $2 HEAVEN PRINTING --- */	

body.print #print-products-container h1 {
	display: block;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px #333 solid;
	padding: 10px;
	margin: 0;
	color: #000;
}
#print-products-container table {
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;
	width: 100%;
}
	#print-products-container th, #print-products-container td {
		padding: 5px;
		border-left: 1px #333 solid;
		border-top: 1px #333 solid;
	}
	#print-products-container th {
		text-transform: uppercase;
		text-align: left;
	}
	#print-products-container th.col-1 { width: 100px; text-align: center; }
	#print-products-container th.col-2 {  }
	#print-products-container th.col-3 { width: 74px; text-align: center; }
	#print-products-container th.col-4 { width: 74px; text-align: center; }

	#print-products-container td.category-title {
		color: #333;
		font-style: italic; 
		border-top: 3px #333 solid;
		border-bottom: 2px #333 solid;
	}

	#print-products-container td.col-1 { }
	#print-products-container td.col-2 { }
	#print-products-container td.col-3 { }
	#print-products-container td.col-4 { text-align: center; }

#print-products-container #print-header-info {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 16px;
}
	#print-products-container #print-header-info span {
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
	}
#print-products-container #print-address {
	float: right;
	width: 150px;
	text-align: left;
	padding: 20px 0 20px 20px;
	margin: 10px 0;
	border-left: 1px #333 solid;
}

table.print-products-confirmation {
	border: 0;
	margin: 0 auto;
}
	table.print-products-confirmation th {
		border: 0;
		text-align: right;
		padding: 20px 10px 0 0;
	}
	table.print-products-confirmation td {
		width: 300px;
		border-top: 0;
		border-left: 0;
		border-bottom: 1px #333 dashed;
	}


/* --- PRINTABLE PAGES --- */	

body.print #header, body.print #menu, body.print #footer, body.print h1 {
	display: none;
}
body.print, body.print #container, body.print #content {
	margin: 0;
	background: none;
	padding: 0;
	float: none;
}
