

body {
	color: #333333;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 9pt;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.clear{
	clear: both;
}

a img {
	border: 0px;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 900px;  
	margin: 0 auto; 
}
#Container { 
	width: 900px;
	padding-bottom: 15px;
	background: #ffffff;
}
#Layout {
	width: 860px;
	clear: both;
	margin: 15px auto;
}
#Content {	
	margin: 0px 0px 0px 220px;
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 860px; 
    height: 78px;
    display: block;
 	margin: 20px auto 10px auto;
	overflow: hidden;
	background: #000000 url(../images/header_bg.gif) top left no-repeat;
    position: relative;
}
 	#Header h1 { 
	  	color: #ffffff; 
		font-size: 20pt; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 25px 0px 0px 20px;
        margin: 0px;
        display: block;
	}
    #Header h1 a {
    	display: block;
        width: 408px;
        height: 34px;
        background: url(../images/header.gif) top left no-repeat;
    }
 	#Header h1 a img { 
	  	display: none;
	}
    
    #Header #Search_box {
    	position: absolute;
    	top: 20px;
        right: 20px;
    }
    #Header #Search_box input#search_input {
    	border: 0px solid #000000;
        padding: 2px;
    }
    #Header #Search_box input.yellow_button {
    	width: 40px !important;
    	display: inline !important;
    }

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 860px;
    height: 34px;
    display: block;
	margin: 10px auto 20px auto;
	overflow: hidden;
	background: #000000 url(../images/menu_bg.gif) top left no-repeat;
    text-align: center;
}
	#Navigation ul { 
    	margin: 8px 0px 0px 0px;
        padding: 0px;
	}
	#Navigation ul li { 
 		list-style: none; 
		margin: 0 2px; 
		display: inline;
        font-size: 11pt;
        font-weight: bold;
	}
	#Navigation ul li a { 
		text-decoration: none;
		display: inline-block; 
		color: #ffcc00;
        padding: 0px 15px;
	}
	#Navigation ul li a.current,
	#Navigation ul li a.section,
	#Navigation ul li a:hover,
	#Navigation ul li a:hover { 
		color: #ffffff;
	}

    



/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 0px;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0;
		padding-bottom: 2px;
		background: #fffae5 url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 0px;
        padding: 0px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		color: #000000;
		font-weight: 700; 
		font-size: 13pt; 
		margin: 0 0 20px 0;
		line-height: 1.8;
		padding: 5px 0 0 15px;
	}
	
	.sidebarBottom {
		height: 12px;
		display: block;
		width: 200px;
		margin: 0;
		background: url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	
	/* MENU2 */
	ul#Menu2 li { 
		position: relative;
		font-size: 9pt;
		margin: 0px;
		list-style: none;
	}
    	
	ul#Menu2 li a {
	    display: block;
            padding: 4px 15px;
            width: 170px;
			color: #000000;
            text-decoration: none;
            border-top: 1px dotted #ffd100;
	  	}
		ul#Menu2 li a.last {
            border-bottom: 1px dotted #ffd100;
        }
	ul#Menu2 ul.menu3 li a {
            width: 200px;
	    font-size: 8pt;
            padding: 2px 15px;
	}
	  	ul#Menu2 li:hover a,
	  	ul#Menu2 li a.current,
	  	ul#Menu2 li a.section,
	  	ul#Menu2 li a.current:hover {
			background: #ffd300 url(../images/sidebarLinkHoverBg.gif) repeat-x left center;
			color: #000000;
			cursor: pointer;
			text-decoration: none;
	  	}
	  		ul#Menu2 li ul {
				position: absolute;
                		left: 200px;
				margin: 0;
				padding: 0;
				width: 230px;
                display: none;
                background: #fffae5;
                z-index: 10;
	  		}
            ul#Menu2 li ul.scrolldown {
            	top: 0px;
            }
            ul#Menu2 li ul.scrollup {
            	bottom: -1px;
            }
	  		ul#Menu2 li:hover ul {
                display: block;
	  		}
	  		ul#Menu2 li ul li {
                border-left: 1px dotted #ffd100; 
	  		}
            ul#Menu2 li:hover ul li a {
                background: #fffae5;
	  		}
            ul#Menu2 li:hover ul li a.current,
            ul#Menu2 li:hover ul li a.section,
            ul#Menu2 li:hover ul li:hover a {
				background: #ffd300 url(../images/sidebarLinkHoverBg.gif) repeat-x left center;
	  		}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	text-align: left;
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
    	font-size: 8pt !important;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
	width: 860px;
    margin: 0px auto;
 	clear: both;  
	text-align: center; 
    color: #999999;
    font-size: 8pt;
    border-top: 1px solid #cccccc;
}
  	#Footer p { 
		text-align: center;
    	color: #999999;
    	font-size: 8pt;
	}
	#Footer a { 
   		text-decoration: none;
    	color: #999999;
	}
	#Footer a:hover {
		text-decoration: underline;
    	color: #cc0000;
	}
  	#Footer span { 
		margin: 0px 5px;
	}
    
    
/* OTHER
---------------------------------------------- */
#Content #paypal {
    background-image :url(../images/paypal_bg.gif);
    background-repeat: no-repeat;
    height: 117px;
    margin-bottom: 20px;
    padding: 15px 0 0 15px;
    width: 525px;
    display: block;
}
#Content #paypal h3 {
	margin-top: 0px;
    color: #000000;
}

#Content #help {
    background-image:url(../images/helpbg.gif);
    background-repeat:no-repeat;
    color:#000000;
    font-family:Arial,Helvetica,san-serif;
    font-size:16px;
    font-weight:bold;
    height:33px;
    padding:13px 0 0 75px;
    width:465px;
}

#Content .red_bold {
	color: #cc0000;
}
#Content .greybox_left {
	width: 260px;
    margin: 0px 20px 20px 0px;
}
    #Content .greybox_left .greybox_top {
        background: url(../images/conmidcol_top.gif) top left no-repeat;
        height: 50px;
        width: 260px;
        display: block;
    }
    #Content .greybox_left .greybox_top h3 {
        color: #000000;
        padding: 15px 20px 0px 20px;
        margin: 0px;
    }
    #Content .greybox_left .greybox_middle {
        border-width: 0px 1px;
        border-style: solid;
        border-color: #cccccc;
        padding: 0px 10px;
    }
    #Content .greybox_left .greybox_middle .image img {
        max-height: 120px;
        max-width: 240px;
    }
    #Content .greybox_left ul {
        list-style-image: url(../images/arrow_red.gif);
        margin-bottom: 0px;
    }
    #Content .greybox_left li {
        padding-bottom: 5px;
    }
    #Content .greybox_left .greybox_bottom {
        color: #000000;
        background: url(../images/conmidcol_bott.gif) bottom left no-repeat;
        height: 9px;
        width: 260px;
        display: block;
    }
    #Content .specialsButton {
        width: 310px;
        height: 75px;
        display: inline-block;
	color: #ffffff;
        background: url(../images/button_specials.jpg) top left no-repeat;
        margin-right: 15px;
        font-size: 0px;
    }
    #Content .newButton {
        width: 310px;
        height: 75px;
        display: inline-block;
	color: #ffffff;
        background: url(../images/button_new.jpg) top left no-repeat;
        margin-right: 0px;
        font-size: 0px;
    }

#Content .discount_box {
	width: 128px;
    margin: 0px 20px 20px 0px;
}
    #Content .discount_box_top {
    	display: block;
        width: 128px;
    	height: 12px;
        background: url(../images/disc_tattoo_top.gif) top left no-repeat;
    }
    #Content .discount_box_middle {
        border-width: 0px 1px;
        border-style: solid;
        border-color: #cccccc;
        padding: 0px 10px;
    }
    #Content .discount_box_bottom_5 {
    	display: block;
        width: 128px;
    	height: 97px;
        background: url(../images/disc_tattoo_5.gif) top left no-repeat;
    }
    #Content .discount_box_bottom_10 {
    	display: block;
        width: 128px;
    	height: 97px;
        background: url(../images/disc_tattoo_10.gif) top left no-repeat;
    }

#Content #ProductsContent {
	width: 425px;
    float: left;
}
.product_item {
	width: 425px;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
.product_item:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
	.product_item h3 {
    	margin: 0px 0px 10px 0px;
    }
	.product_item img {
    	max-width: 90px;
    }
    .product_item_details {
    	margin-left: 110px;
    }
    .yellow_button {
    	background: #FFD300 url(../images/sidebarLinkHoverBg.gif) repeat-x scroll left center;
        color:#000000;
        cursor:pointer;
        height: 20px;
        width: 130px;
        line-height: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
    .yellow_button:hover {
    	background: #FFdd00;
    }
    input.yellow_button {
    	border-width: 0px;
    }
    
    
    
.float_left {
	float: left;
}
.float_right {
	float: right;
}


.pagination_controls {
	float: left;
    width: 425px;
    font-size: 8pt;
    margin-bottom: 10px;
    color: #666666;
}
	
	.pagination_controls .float_right strong, 
	.pagination_controls .float_right a {
    	padding: 0px 3px;
    }
	.pagination_controls .float_right strong {
    }



/* Cart
------------------------------------------------------------ */
#Cart {
	float: right;
    width: 200px;
    background:#FFFAE5 url(../images/sidebarHeader.gif) no-repeat scroll left top;
}
	#Cart h3 {
    	font-size: 13pt;
        margin: 10px 0px 10px 15px;
    }
    .cart_inner {
    	padding: 0px 5px;
    	min-height: 100px;
    }
    #carttable {
    	width: 100%;
    }
    #carttable tr.total td,
    #carttable tr.product td {
        border-top: 1px dotted #FFD100;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #carttable tr td,
    #carttable tr th {
    	font-size: 8pt;
    }
    #carttable input.quantity {
    	font-size: 8pt;
        width: 15px;
        text-align: center;
        margin-right: 5px;
    }
    #carttable .cart_submit_td {
    	padding-top: 10px;
    }
    th.right,
    td.right {
    	text-align: right;
    }
    
 
#Content ul.newSpecialList {
    padding: 0px;
    margin: 0px;
}   
    #Content ul.newSpecialList li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        float: left;
    }
    #Content ul.newSpecialList li a {
    	display: block;
        border-bottom: 1px solid #cccccc;
        width: 405px;
        padding: 10px;
        text-decoration: none;
    }
    #Content ul.newSpecialList li:first-child a {
        border-top: 1px solid #cccccc;
    }
    #Content ul.newSpecialList li a:hover {
    	background: #eeeeee;
    }

/* Checkout
------------------------------------------------------------ */
#Checkout th {
    color :#000000;
	background: #FFD300 url(../images/sidebarLinkHoverBg.gif) repeat-x scroll left center;
    font-weight: bold;
    padding: 5px;
}
#Checkout tr.total th,
#Checkout tr.total td {
    color :#000000;
	background: #ffffff;
    border-top: 2px solid #FFD100;
}
#Checkout td {
    border-top: 1px dotted #FFD100;
    padding: 5px;
}

#Checkout select.shipping {
	width: 100%;
}

/* Colorchart
------------------------------------------------------------ */
.inkChart {
	width:425px;
    float: left;
}
    .inkChart .ink_holder {
        width: 75px; 
        height: 100px; 
        float: left; 
        margin: 0px 10px 10px 0px;
    	text-align: center;
    }
    .inkChart .ink_holder a {
    	font-size: 10px;
        outline: none;
    }
    .inkChart .ink_holder .ink_box {
        width: 73px; 
        height: 48px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 1px solid #ffffff;
        cursor: pointer;
    }
    .inkChart .ink_holder a:hover .ink_box {
        border: 1px solid #000000 !important;
    }