ul.brush_grid, ul.primary_grid {
	width: 720px;
}
	ul.brush_grid li{
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
		overflow: hidden;
		width: 210px;
		height: 226px;
		background: transparent url(/img/ui/brush_grid/itemBg.png) no-repeat 0 0;
		position: relative;
	}

        ul.brush_grid.vectors li {
            background-image: url(/img/ui/brush_grid/vectorItemBg.png);
            margin-bottom: 25px;
            height: 210px;
        }

        ul.brush_grid.vectors li span {
            display: none;
        }

		ul.brush_grid li a.imgDel, ul.primary_grid li a.imgDel{
			position: absolute;
			top: 5px;
			right: 5px;
			z-index:100;
			display: none;
			background: transparent url(/img/ui/brush_grid/delete.png) no-repeat 0 0;
			width: 16px;
			height: 16px;
			cursor: pointer;
			opacity: 0.75;
			-moz-opacity: 0.75;
			filter:alpha(opacity=75);
		}
		
		ul.brush_grid li a.imgDel:hover, ul.primary_grid li a.imgDel:hover{
			opacity: 1;
			-moz-opacity: 1;
			filter:alpha(opacity=100);
		}

		ul.brush_grid li:hover a.imgDel, ul.primary_grid li:hover a.imgDel{
			display: block;
		}

		ul.brush_grid li img{
			width: 208px; 
			height: 204px;
			position: absolute;
			left: 1px;
			top: 5px;
		}
		
		ul.brush_grid li span{
			width: 200px; 
			height: 16px;
			position: absolute;
			left: 5px;
			bottom: 0;
			color: #ffffff;
			font-size: 10px;
			text-align: center;
		}
		
		ul.brush_grid li input{
			font-size:10px;
			margin-top:-3px;
			text-align:center;
			width:162px;
			border:1px solid black;
		}



		ul.primary_grid li{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
			overflow: hidden;
			width: 345px;
			height: 195px;
			position: relative;
			border: 1px solid black;
		}		
		ul.primary_grid li img{
			width: 345px; 
			height: 195px;
		}



		ul.product_grid {
			width: 990px;
		}

		ul.product_grid li {
			float: left;
			height: 220px;
                        margin-right: 30px;
                        width: 300px;
			margin-bottom: 22px;
			overflow: hidden;
                        position: relative;
		}
                    ul.product_grid li > div.image div.overlay {
                        width: 300px;
                        height: 170px;
                        position: absolute;
                        background: transparent url(/img/ui/product_grid/overlay.png) no-repeat 0 0;
                    }

                    ul.product_grid li:hover *{
                        color: #126db3 !important;
                    }
                    ul.product_grid li:hover > div.image div.overlay {
                        background-position: 0 -170px;
                    }

                    ul.product_grid li a:hover {
                        text-decoration: none;
                    }

                    ul.product_grid li > div.image{
                        margin-bottom: 5px;
                        width: 300px;
                        height: 170px;
                        position: relative;
                    }

                    ul.product_grid li div.image a{
                        width: 300px;
                        height: 170px;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1000;
                        text-indent: -9999px;
                    }

                    ul.product_grid li > div.description {
                        float: left;
                    }

                        ul.product_grid li > div.description h2 a{
                            color: #252525;
                            font-size: 16px;
                            font-weight: normal;
                        }

                        ul.product_grid li > div.description h3 a{
                            color: #707070;
                            font-size: 12px;
                            font-weight: normal;
                        }

                    ul.product_grid li > div.price {
                        position: absolute;
                        top: 175px;
                        right: 0;
                    }

                    ul.product_grid li > div.price a {
                        color: #383838;
                        font-size: 16px;
                        text-align: right;
                    }

                    ul.product_grid li > div.price span{
                        display: block;
                        margin-bottom: 1px;
                        text-align: center;
                    }
                        ul.product_grid li > div.price span.crossed a {
                            font-size: 12px;
                            line-height: 12px;
                        }
                        span.crossed span {
                            width: 27px;
                        }
                        span.crossed div.overlay {
                            width: 27px;
                            height: 10px;
                            background: transparent url(/img/ui/product_grid/slash.png) no-repeat center 0;
                            position: absolute;
                        }

                        ul.product_grid li:hover > div.price span.crossed div.overlay {
                            background-position: center -10px
                        }


div.dropdown {
    background: #313131 url(/img/ui/product_grid/dropdown_arrow.gif) no-repeat 135px 12px;
    width: 160px;
    padding: 5px 0 5px 0;
    font-size: 12px;
    position: absolute;
    right:0;
    top:30px;
    z-index:10000;
    cursor: pointer;
}

    div.dropdown span {
        color: #ffffff;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 5px;
    }

    div.dropdown ul {
        margin-top: 5px;
        display: none;
    }

    div.dropdown:hover ul {
        display: block;
    }

        div.dropdown ul li a {
            padding-bottom:4px;
            padding-top:4px;
            text-transform:capitalize;
            padding-left: 15px;
            padding-right: 5px;
            display: block;
            color: #8d8d8c;
        }

        div.dropdown ul li a:hover,  div.dropdown ul li.active a:hover{
            background-color: #bebebe;
            color: #202020;
            text-decoration: none;
        }

        div.dropdown ul li.active a{
            background-color: #9e9e9e;
            color: #101010;
            text-decoration: none;
        }
        
#header {
	height: 108px;
        border-bottom: 1px solid #000000;
	background-color: #171717   ;
	position: relative;
}	
	#header #logo {
		background: transparent url(/img/header_logo.png) no-repeat scroll 0 center;
		height: 108px;
		width: 232px;
		float: left;
		display: block;
	}

	#header a, #footer a {
		color: #d0d0d0;
	}

	#header > div {
		position: relative;
		margin: auto;
		width: 960px;
		height: 110px;
	}

		#header > div ul.nav {
			position: absolute;
			right: 0;
			bottom: 27px;
			font-size: 14px;
		}	
			#header > div ul.nav li {
				margin-right: 30px;
				display: inline;
			}
					#header > div ul.nav li:last-child {
						margin-right: 0;
					}
			

		#header > div div.cart {
			position: absolute;
			right: 0;
			top: 14px;
			color: #767676;
			font-size: 12px;
		}
			#header > div div.cart a {
				color: #729ca4;
			}


#footer {
    height: 321px;
    background: #1f1f1f;
}

    #footer div.content {
        width: 960px;
        height: 321px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    #footer div.content div.copyright {
        position: absolute;
        left: 0;
        line-height: 19px;
        bottom: 35px;
        font-size: 11px;
        color: white;
    }

    #footer div.content div.copyright div{
       color: #4f4e4e;
    }

    #footer form {
        padding-top: 58px;
        float: right;
        width: auto;
        clear: none;
        margin: 0;
    }

        #footer form img{
            display: block;
        }

        #footer form ul {
            margin-top: 32px;
        }
        
        #footer form ul li
        {
            float: left;
        }
        #footer form ul li a
        {
            width: 45px;
            height: 45px;
            background: transparent no-repeat 0 0;
            display: block;
        }
        #footer form ul li a:hover {
            background-position: 0 -45px;
        }

        #footer form ul li a.twitter
        {
            background-image: url(/img/ui/footer/twitter.png);
        }
        #footer form ul li a.facebook
        {
            background-image: url(/img/ui/footer/facebook.png);
        }
        #footer form ul li a.flickr
        {
            background-image: url(/img/ui/footer/flickr.png);
        }
        #footer form ul li a.rss
        {
            background-image: url(/img/ui/footer/rss.png);
        }
    #footer input {
        clear:none;
        padding:0;
    }

    #footer input.text {
        background: white url(/img/ui/buttons/inputbg.gif) repeat-x 0 0;
        padding-left: 8px;
        padding-top: 6px;
        height:25px;
        margin-bottom:13px;
        margin-top:16px;
        border: 1px solid black;
        width: 213px;
	font-family: Arial, sans-serif;
        font-size:16px;
        color: #929292;
    }

    #footer input.submit {
        background: transparent url(/img/ui/footer/signup.png) no-repeat 0 0;
        width: 90px;
        height: 36px;
        text-indent: -9999px;
        border: 0;
        cursor: pointer;
    }

    #footer input.submit:hover {
        background-position: 0 -36px;
    }
    
    #footer #footerPlaceholder{
        background: transparent url(/img/footerPlaceholder.png) no-repeat 0 0;
        width: 691px;
        height: 321px;
        display: inline-block;
    }

#container {
	background: transparent no-repeat scroll center 108px;
}

#content {
	padding-top: 23px;
	padding-bottom: 40px;
	width:960px;
	margin: auto;
	position: relative;
}

.clearfix {
	display: inline-block;
}

.right {
	float: right;
}

.left {
	float: left;
}

.green {
    color: green;
}

.red {
    color: red;
}

.relative {
    position: relative;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

h1 {
	color: #202020;
	margin-bottom: 24px;
        font-size:40px;
        font-weight:normal;
        position: relative;
}

div.tagline {
	margin-top: 40px;
	margin-bottom: 48px;
        height: 18px;
        background: transparent url(/img/ui/text/the_best_royalty_free.png) no-repeat center center;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #126db3;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

div.breadcrumbs {
    font-size: 10px;
    color: #999999;
}

.products.view .left_column {
	float: left;
	width: 690px;
	margin-right: 30px;
}
	.products.view .left_column #product_images {
		height:427px;
		width:690px;
		overflow: hidden;
	}
		.products.view .left_column #product_images li {
			background: transparent no-repeat 0 0;
			height:427px;
			width:690px;
		}
		
		.products.view .left_column #product_images.jcarousel-list {
			margin-bottom: 0;
		}
	
	.products.view .left_column h1 {
		font-size: 40px;
	}
	.products.view .left_column h2 {
		color: #373737;
		font-size: 19px;
		border-bottom: 1px solid #cacaca;
		padding-bottom: 7px;
		margin-bottom: 30px;
                font-weight: normal;
	}

        .products.view .left_column ul.brush_grid {
            margin-bottom: 18px;
        }
	
	.products.view .left_column h2 span {
		color: #999999;
	}
	.products.view .left_column .jcarousel-skin-designfruit {
		margin-bottom: 50px;
	}
	
.products.view .right_column {
	float: left;
	width: 240px;
}
	.products.view .right_column .buy_container {
		height: 65px;
		line-height: 32px;
		color: #1e1e1e;
		font-size: 30px;
		margin-bottom: 23px;
	}
                .products.view .right_column .buy_container span.current {
                    display:block;
                    margin-bottom:2px;
                    font-weight: bold;
                }

                .products.view .right_column .buy_container span.current.single {
                    padding-top: 14px;
                }

		.products.view .right_column .buy_container .addCart {
			height: 66px;
			width: 166px;
			display: block;
			float: left;
			margin-right: 16px;
			margin-left: -7px;
			background: transparent url(/img/ui/buttons/addCart.png) no-repeat 0 0;
		}

		.products.view .right_column .buy_container .addCart.free {
                    background-image: url(/img/ui/buttons/addCart-free.png);
                }

		.products.view .right_column .buy_container .addCart:hover {
                    background-position: 0 -66px;
                }

        .sample_container {
            padding-left: 37px;
            line-height: 15px;
            margin-bottom: 26px;
        }

        .icon.photoshop_brushes {
            background: transparent url(/img/ui/icons/ps.gif) no-repeat 1px 3px;
        }

        .icon.vectors {
            background: transparent url(/img/ui/icons/eps.gif) no-repeat 1px 3px;
        }


        .sample_container a {
            display: block;
            font-size: 14px;
        }

        .sample_container span {
            font-size: 11px;
            color: #999999;
        }

        .products.view .right_column div.linkedProduct {
            border: 1px solid #d0d0d0;
            background-color: #fafafa;
            margin-bottom: 20px;
        }

        .products.view .right_column div.linkedProduct a {
            color: #1E1E1E;
        }

        .products.view .right_column div.linkedProduct a:hover h2, .products.view .right_column div.linkedProduct a:hover h3 {
            color: #126db3;
            text-decoration: underline;
        }
        .products.view .right_column div.linkedProduct h2 {
            font-size:18px;
            margin-left:12px;
            margin-top:12px;
        }
        .products.view .right_column div.linkedProduct h3 {
            font-size:13px;
            margin-bottom:21px;
            margin-left:12px;
            margin-top:5px;
        }

        .products.view .right_column div.linkedProduct .image {
            height:112px;
            margin:8px auto auto;
            position:relative;
            width:224px;
        }

	.products.view .right_column ul {
		color: #1e1e1e;
		margin-bottom: 40px;
	}
		.products.view .right_column ul li {
			color: #1e1e1e;
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 20px;
		}

			.products.view .right_column ul li a {
				color: #737373;
                        }
                        
                            .products.view .right_column ul li a:hover {
                                color: #126db3;
                            }
			.products.view .right_column ul li div {
				color: #737373;
				font-weight: normal;
				font-size: 12px;
                                line-height: 16px;
                                margin-top: 3px;
			}




#top_featured {
	position: relative;
	height: 422px;
        margin-left: -66px;
}
        a.splash {
            display: block;
            height: 340px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 100;
        }
	#top_featured > div {
            position: absolute;
            bottom: 0;
            width: 907px;
            height: 105px;
            background: transparent url(/img/ui/featured/feature_box.png) no-repeat center 0;
            padding-left: 99px;
            padding-right: 85px;
        }

        #top_featured > div span.title {
            font-weight: bold;
            color: #000000;
            font-size: 27px;
            line-height: 105px;
        }
                        #top_featured > div > div.countdown {
                            padding-top:20px;
                        }

                        #top_featured > div > div.normal {
                            padding-top:33px;
                            margin-right: 3px;
                        }
                        
                        #top_featured > div > div a.buyBtn {
                            width: 112px;
                            height: 39px;
                            display: inline-block;
                            background: transparent url(/img/ui/featured/buy_it_now.png) no-repeat 0 0;
                            vertical-align:top;
                        }

                        #top_featured > div > div a.buyBtn:hover {
                            background-position: 0 -39px;
                        }

                            #top_featured > div > div.normal a.buyBtn {
                                margin-left: 19px;
                            }


                        #top_featured > div > div .amazing_deal {
                            min-width: 264px;
                            height: 21px;
                            text-indent: -9999px;
                            background: transparent url(/img/ui/text/amazing_deal.png) no-repeat right   0;
                            margin-bottom:10px;
                        }

			#top_featured > div > div #countdown {
                            font-size: 36px;
                            color: #464646;
                            line-height:39px;
                            vertical-align:top;
                            margin-right: 10px;
                        }

			#top_featured > div > div span.price {
				color: #941300;
				font-size: 40px;
                                line-height: 40px;
			}
			#top_featured > div > div span.crossout {
                            color: #111111;
                            font-size: 26px;
                            position: relative;
			}


			#top_featured > div > div span.vertical {
                            margin-left: 20px;
                            margin-top: -6px;
                        }

			#top_featured > div > div span.vertical span {
                            display: block;
                            margin-bottom: 10px;
			}

			#top_featured > div > div.normal span.crossout {
                            margin-right: 10px;
			}

                        span.crossout {
                            position: relative;
                            display: inline-block;
                            line-height: 30px;
                            text-align: center;
                        }
                        span.crossout div.overlay {
                            width: 51px;
                            height: 20px;
                            background: transparent url(/img/ui/featured/slash.png) no-repeat center center;
                            position: absolute;
                            top: 5px;
                            left: 0;
                        }
	

/* About page */

#about div.clearfix {
    margin-bottom: 6px;
}

#about h3 {
    color: #373737;
    font-size: 19px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

#about .left {
    margin-right:55px;
    width:660px;
}

    #about .left p {
        color: #737373;
        font-size: 16px;
        margin-bottom: 21px;
        line-height: 24px;
    }

#about .right ul li {
    margin-bottom: 22px;
}

    #about .right ul li img{
        margin-bottom: 2px;
    }

    #about .right ul li span{
        font-size: 14px;
        color: #1e1e1e;
        font-weight: bold;
        line-height:15px;
        display: block;
    }

    #about .right ul li a{
        font-size: 12px;
        font-weight: normal;
    }

#about div.icons {
    position: absolute;
    right: 0;
    top: -3px;
}
    #about div.icons a.icon {
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        display: inline-block;
        background: transparent no-repeat center center;
    }

    #about div.icons a.icon.facebook {
        background-image: url(/img/ui/about/facebook.gif);
    }

    #about div.icons a.icon.twitter {
        background-image: url(/img/ui/about/twitter.gif);
    }

    #about ul.press {
        margin-top:11px;
        width:990px;
    }

    #about ul.press li {
        float:left;
        margin-bottom:41px;
        margin-right:30px;
        width:300px;
        height: 300px;
    }
        #about ul.press li span {
            color: #3b3b3b;
            font-size: 18px;
            line-height: 32px;
        }
        #about ul.press li p {
            line-height: 16px;
            font-size: 12px;
            color: #737373;
        }

/* Ejunkie css hacks*/
#EJEJC_window  {
    padding: 18px 20px !important;
    top: 10% !important;
    min-height: 300px;
}

#EJEJC_iframeContent {
    overflow: auto !important;
    height: auto !important;
}
    #EJEJC_iframeContent #tdHeader{
        background: none;
    }
#ejejctable, #EJEJC_iframeContent {
    overflow: hidden;
}

#EJEJC_title {
    width: 740px !important;
    background-color: white !important;
}

#EJEJC_closeWindowButton {
    color: #106eb8 !important;
    font-size: 12px !important;
}

#EJEJC_closeWindowButton:hover {
    font-weight: bold;
}

#ejejctable input {
    width: 32px !important;
    font-size: 12px !important;
    background-color: transparent !important;
}

#ejejctable td {
    padding: 0 !important;
}
#ejejctable td b {
    padding: 13px 8px !important;
    display: block !important;
    font-weight: normal !important;
    font-size: 10px !important;
}

#ejejctable #td1 td, #ejejctable #td2 td, #ejejctable #td3 td,
#ejejctable #td4 td, #ejejctable #td5 td, #ejejctable #td6 td,
#ejejctable #td7 td, #ejejctable #td8 td, #ejejctable #td9 td,
#ejejctable #td10 td, #ejejctable #td11 td, #ejejctable #td12 td,
#ejejctable #td13 td, #ejejctable #td14 td, #ejejctable #td15 td,
#ejejctable #td16 td, #ejejctable #td17 td, #ejejctable #td18 td,
#ejejctable #td19 td, #ejejctable #td20 td  {
    padding: 13px 8px !important;
    margin-bottom: 2px !important;
    margin-right: 2px !important;
    font-size: 12px !important;
}

#ejejctable #btnUpdtCart {
    margin-top: 8px !important;
}

#ejejctable #btnUpdtCart, #ejejctable #btnContShop {
    text-align: center !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 200px !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #f8f8f8 !important;
    cursor: pointer !important;
}


#ejejctable #btnUpdtCart:hover, #ejejctable #btnContShop:hover {
    background-color: #efefef !important;
}

#tdPmntOptions table {
    width: auto !important;
    float: right !important;
}

#tdPmntOptions table td b {
    background-color: white !important;
    color: #a8a8a8 !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

div.error404 {
    height:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    padding-top:32px;
    position:relative;
    width:760px;
}

    div.error404 h1 {
        font-weight: bold;
        color: #969696;
        font-size: 55px;
        margin-bottom: 0;
    }

    div.error404 p {
        color: #383838;
        font-size: 20px;
    }

    div.error404 img {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    div.products.index #facebook-like,
    #about #facebook-like {
      margin-top: -15px;
      margin-bottom: 15px;
    }
    div.products.view #facebook-like {
      clear: both;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    div.products.view #social .tweetmeme,
    div.products.view #social .facebook {
      float: left;
      margin-right: 7px;
    }
    div.products.view #social .stumbleupon {
      margin-top: -1px;
    }