/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider{
	position: relative;
	z-index:0
}
.nivoSlider img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box
{
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
}
.nivo-caption p
{
	padding: 5px;
	margin: 0;
}
.nivo-caption a
{
	display: inline !important;
}
.nivo-html-caption
{
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav
{
	left: 0px;
}
.nivo-nextNav
{
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a
{
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active
{
	font-weight: bold;
}


/* Style.css*/



#menu
{
	position: absolute;
	top: 0;
	left: 750px;
	background: url(images/menu.png) no-repeat;
	width: 385px;
	height: 56px;
	border: 0;
	display: block;
	text-indent: -9999px;
}

.theme-default #slider
{
	margin:0 auto;
	width:960px; /* Make sure your images are the same size */
	 /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper, .theme-orman.slider-wrapper
{
	margin-top: 150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear
{
	clear: both;
}

/*---My Cart Page---*/

.MyCartHeading
{
	font-family: Arial;
	font-size: 18px;
	color: #282727;
	font-weight: bold;
}
.GridHeader
{
	font-family: Arial;
	font-size: 18px;
	color: #200f15;
	font-weight: normal;
}
.ProductTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #272626;
}

.GiftText
{
	font-family: Arial;
	font-size: 12px;
	color: #c06224;
}
.ShiippingOption
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #373737;
}
.ShippingText
{
	font-family: Arial;
	font-size: 12px;
	color: #373737;
}
.UpdateText
{
	font-family: Arial;
	font-size: 12px;
	color: #0066CC;
}
.Price
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9d0400;
}
.InStockText
{
	font-family: Arial;
	font-size: 13px;
	color: #2e7e15;
}
.OutStockText
{
	font-family: Arial;
	font-size: 13px;
	color: #f82020;
}
.GiftWrappText
{
	font-family: Arial;
	font-size: 12px;
	color: #7b7b7b;
}
.TotalText
{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}
.TotalRupee
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #9d0400;
}
.ShippingFreeText
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #4da215;
}

.GrandTotal
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.SignUp
{
	font-family: Arial;
	font-size: 11px;
	color: #2e2e2e;
}
.NoResultYelloBox
{
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	font-size: 11px;
	font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
	color: #333;
}
.NoresultFoundBold
{
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
.NoresultFoundnormal
{
	color: gray;
	font-weight: normal;
	font-size: 11px;
}
/*Default.css*/

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider
{
	background: #fff url(../images/loading.gif) no-repeat 50% 50%; /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;     -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;     box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img
{
	top: 0px;
	left: 0px;
	display: none;
	border: solid 0px black;
}
.theme-default .nivoSlider a
{
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav
{
	position: absolute;
	right:10px;
	bottom: 10px;
	z-index:999;
	padding:8px;
	background:url(../images/navbg.png) repeat; text-decoration:none;
}
.theme-default .nivo-controlNav a
{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/bullets.png) no-repeat top left;
	text-indent: -9999px;
	border: 0;
	margin:0 2px;
	float: left;
}
.theme-default .nivo-controlNav a.active
{
	background-position:-13px 0;
}

.theme-default .nivo-directionNav a
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
	
}
.theme-default a.nivo-prevNav
{
	left: 15px;
}

.theme-default .nivo-caption
{
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover
{
	color: #fff;
}
