body {
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 69%;
    text-align: center;
}


/* @group Typography */
#container {
    font-size: 1.1em;
}

h1, h2, h3, h4 {
    font-family: "Tempus Sans ITC", Papyrus, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

a:link {
    color: #339;    
}

a:visited {
    color: #339;
}

a:hover {

}

a:active {

}

/* @end */


/* @group Layout */
#container {
    width: 900px;
    margin: 1em auto;
    text-align: left;
}

#header {
    position:  relative;
}

    #header-image {
        position:  absolute;
        left:  1em;
        top:  1em;
    }
    
    #header-image p {
        margin:  0;
    }

    #header-info {
        background:  #669;
        color: #FF9;
        font-weight:  bold;
        padding:  .1em 1em;
        margin: 1px 0;
        overflow:  hidden;
    }

#logo {
    color:  #FFF;
    background: #343399;
    position:  relative;
    text-align: center;
    padding: 1em;
}

#navigation {
    background: #999;
    position: relative;
    margin-top: 1px;
    overflow: auto;
}

#search {
    position: absolute;
    right: .5em;
    top: .5em;
}

#layout {
    position: relative;
    margin: 1em 0;
}

#sidebar {
    float: left;
    width: 175px;
    margin: 0;
}

#content {
    margin: 0 0 0 190px;
    position: relative;
}

	#content-wrapper {
		overflow:  auto;
		margin:  1em 0 0 0;
	}
	
	#content-main {
		float:  left;
		width:  100%;
		margin-right:  -175px;
	}
	
		#content-inner {
			margin-right:  190px;
		}
	
	#content-sidebar {
		float:  left;
		width:  175px;
	}
	
	#content-sidebar p {
		margin: 0;	
		font-size:  1px;
	}

#footer {
    clear:  both;
}

    #footer-navigation {
        background: #999;
        margin: 0;
        padding:  .5em 1em;
        list-style:  none;
        text-align:  center;
    }
    
        #footer-navigation li {
            display:  inline;
            padding:  0 .5em;
        }
        
        #footer-navigation a {
        	color: #FFF;
        }
    
    #footer-info {
        background: #669;
        color: #FF9;
        text-align: right;
        padding:  .5em 1em;
        margin:  1px 0;
    }
    
        #footer-info a {
            color:  #FF9;
        }

/* @end */


/* @group Navigation */

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #BBB;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}

#navigation ul li a {
    color: #EEE;
    display: block;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

#navigation ul li.selected {
    background: #888;
}

#navigation ul li.selected a {
    color: #FFF;
}


/* @end */


/* @group Elements */

#web-address {
    float:  left;
}

#email-address {
    float:  right;
}

#shopping-cart {
    background:  #FFF url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/shopping-cart-box.gif) no-repeat -160px 100%;
    color:  #000;
    width:  160px;
    position: absolute;
    right:  1em;
    bottom:  1em;
    padding:  0 0 .5em 0;
    font-size:  1.1em;
}

    #shopping-cart strong {
        background: url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/shopping-cart-box.gif) no-repeat top left;
        display:  block;
        padding:  .5em 0 0 0;
    }

#footer .powered-by {
    float:  left;
}

.navigation-box {
    margin: 0 0 1em 0;  
}

    .navigation-box h3 {
        background: #CC9;
        color: #003;
        font-weight: normal;
        margin: 0;
        padding: 5px 10px -3px 10px;
    }
    
    .navigation-box ul, .navigation-box .navigation-box-content {
        border: 1px solid #CC9;
        margin: 0;
        padding: 0;
    }
    
    .navigation-box .navigation-box-content {
        padding: .5em;
    }
    
    .navigation-box ul {
        list-style-type: none;
    }
    
    .navigation-box ul li {
        margin: 0;
        padding: 0;
    }
    
    .navigation-box ul li a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        font-weight: bold;
    }
    
    .navigation-box ul li a:hover {
        background: #CCC;
    }
    
ul#category-images {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    overflow:  hidden;
}    

#category-images li {
    float: left;
    width: 256px;
    margin: 0 10px 10px 0;
}

.sidebar-element {
	margin-bottom:  1em;
}

#side-discounts {
	border:  1px solid #CC9;
	padding:  1em;
}

/* @end */

/* @group Main Page */

#main-intro {
	border:  1px solid #CC9;
	margin-right:  10px;
}

#main-intro h1 {
	background: #669;
	color:  #FFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  1.2em;
	font-weight:  normal;
	margin:  0;
	padding:  .4em 1em;
}

#main-intro .content {
	padding:  .5em 1em 1em 1em;
}

/* The main page needs a bit less margin */
#content-wrapper.main-page #content-inner {
	margin-right:  175px;
}

/* @end */

/* @group Category Pages */

#content-wrapper.category-page #content-inner {
	margin-right:  175px;
}

table#categories {
    border-spacing:  5px;
}

table#categories td {
    width:  256px;
    background: url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/category-item-bg-bottom.gif) no-repeat bottom left;
    padding:  0;
    vertical-align:  top;
} 

table#categories td .category-item-inner {
    background:  url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/product-item-bg-top.gif) no-repeat top left;
    padding:  15px;
}

table#categories .category-image {
    text-align:  center;
    margin:  0  0 10px 0;
}

table#categories .category-image img {
    border:  1px solid #6a6a9c;
}

table#categories .category-name {
    text-align:  center;
    font-weight:  bold;
    margin:  0 0 10px 0;
}

table#categories .category-name a {
    text-decoration:  none;
}

table#products {
    border-spacing: 5px;
}

table#products td {
    width: 256px;
    background: url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/product-item-bg-bottom.gif) no-repeat bottom left;
    padding:  0;
    vertical-align:  top;
}

table#products td .product-item-inner {
    background:  url(http://youraccount.ekmpowershop16.com/ekmps/shops/juniorworld/resources/Design/product-item-bg-top.gif) no-repeat top left;
    padding:  15px;
}

table#products .product-image {
    text-align:  center;
    margin:  0  0 10px 0;
}

table#products .product-name {
    text-align:  center;
    font-weight:  bold;
    margin:  0 0 10px 0;
}

table#products .product-name a {
    text-decoration:  none;
}

table#products .product-price {
    color:  red;
    text-align:  right;
    font-weight: bold;
    font-size:  1.3em;
}

/* @end */ 

/* @group Product Pages */

#content-wrapper.product-page #content-main {
}

#content h1 {
	/* color: #669; */
	font-family:  Arial, Helvetica, sans-serif;
}

#product-image {
	border: 1px solid #669;
	margin:  0 0 1em 0;
	padding:  1em;
	text-align:  center;
}

#product-description {
	border-bottom:  1px solid #CC9;
}

#product-price-wrapper {
	overflow:  auto;
	padding:  1em 0;
}

#product-price {
	float:  left;
}

#product-price font span b {
	font-size:  1.4em !important;
	color: red !important;	
}

#product-price font span b font {
	color:  red !important;
}

#product-add-cart {
	float:  right;
}


.related-product-image {
	margin:  5px 0;
	text-align:  center;
}

.related-product-name {
	padding:  3px 0;
}

.related-product-price {
	text-align:  center;
	color:  red;
	font-weight:  bold;
}

.related-product-info {
	float:  left;
	margin-right:  5px;
}

#side-related ul li {
	border-bottom:  1px solid #CC9;
	padding:  .5em 1em 1em 1em;
}

#side-related ul li a {
	padding:  0;
}

#side-related ul li a:hover {
	background:  none;
}



/* @end */

