/* -----------------------------------------------------------------------*/
/* ----------------------- Begin Core Styles -----------------------------*/
/* -----------------------------------------------------------------------*/

/* The style for your pagination */
.pagination {
            text-decoration:underline;
            }
            
/* The style for links to view the product from the product page. These links are generated in
the product description area where the product title is found in the description */
.view_product_link  {
                    font-weight:bold;
                    text-decoration:none;
                    }
.view_product_link:visited  {
                            font-weight:bold;
                            text-decoration:none;
                            }
.view_product_link:hover  {
                          font-weight:bold;
                          text-decoration:none;
                          color:#ff0000;
                          }

/* The style for images used with uploaded category images. */
.image_category {
                width:130px;
                height:auto;
                float:left;
                border:1px solid #000000;
                margin:0px 5px 0px 0px;
                }

/* The style for images used with uploaded subcategory images. */
.image_subcategory {
                width:130px;
                height:auto;
                float:left;
                border:1px solid #000000;
                margin:0px 5px 0px 0px;
                }

/* The style for images used with uploaded product images. */
.image_product {
                width:130px;
                height:auto;
                float:left;
                border:1px solid #000000;
                margin:0px 5px 0px 0px;
                }

/* The style for system generated messages. For example, 'Your review has been successfully submitted.' */
 .message {
          color:#cc0000;
          }

/* The style for the web site main menu links. These links are the Home page and other user-generated pages. */
.main_menu {
           
                }
.main_menu:visited {
                   
                        }
.main_menu:hover {
                
                }
/* -----------------------------------------------------------------------*/
/* ------------------------ End Core Styles ------------------------------*/
/* -----------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 1em;
	font: 12px verdana, arial, helvetica, sans-serif;
	background-color:#bfbfdc;
}

a {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #990099;
}

#container {
	width: 855px;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	background-color:#ffffff;
	border: 1px solid #3c3c96;
	text-align: left;
}

#header {
	height: 55px;
	margin: 0 0 0.5em 0;
	padding:20px 0px 0px 10px;
	border: 1px solid #3c3c96;
	background: #f2f2f6;
	color:#3c3c96;
	font-size:24px;
	font-weight:bold;
	font-variant: small-caps;
}

#nav {
	margin: 0 auto;
	width:150px;
	padding: 0;
	float: left;
}

.nav_links a {
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #3c3c96;
	font-variant: small-caps;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #3c3c96;
	color: #ffffff;
}

.nav_links a:visited {
color: #ffffff;
}

.nav_links a:hover {
                color:#cc9fdc;
}

#nav h2 {
	border: 1px solid #3c3c96;
	width:136px;
	text-indent: 0.5em;
	font-size: 14px;
	font-variant: small-caps;
	color: #3c3c96;
	margin:0 auto;
	padding: 0.5em;
	background: #f2f2f6;
}

#content {
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	width: 500px;
}

#content h2 {
	border: 1px solid #f2f2f6;
	text-indent: 0.5em;
	font-size: 14px;
	font-variant: small-caps;
	color: #3c3c96;
	padding: 0.5em;
	background: #f2f2f6;
}



#right_column {
	width: 165px;
	float: left;
	padding: 0;
	margin: 0 0 0 .5em;
	margin-bottom: 1em;
}

#right_column h2 {
	border: 1px solid #3c3c96;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #3c3c96;
}

#right_column p {
	margin-top: 0;
	margin-left: 1.5em;
}

#footer {
	clear: both;
	text-align: center;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #3c3c96;
	background: #f2f2f6;
	color: #3c3c96;
}

#footer p {
	margin: 0;
	padding: 0;
}
