﻿.fixed {    
    position: fixed;     
    top: 20px;    
     
    background-color: #0f0 ! important; 
} 

#inner-content 
{
    width:97%;
    height:97%;

}

.partimageclass
{
    width:500px;
    height:300px;
}

#inner-content-left
{
    float:left;
    width:80%;
}
#inner-content-right
{
    width:20%;
    float:left;    
}

#excelexport
{
    width:500;
}

#scrollingDiv
{
width: 100%; height: auto;
background-color: #ffffff;
border: 2px solid transparent;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c7c7c7', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c7c7c7', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #c7c7c7, #ffffff);
background-image: -ms-linear-gradient(top, #c7c7c7, #ffffff);
background-image: -o-linear-gradient(top, #c7c7c7, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#c7c7c7), to(#ffffff));
background-image: -webkit-linear-gradient(top, #c7c7c7, #ffffff);
background-image: linear-gradient(top, #c7c7c7, #ffffff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#product
{
    width:30%;
    height:10%;
background-color: #ffffff;
border: 2px solid transparent;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 16px #000000;
-webkit-box-shadow: 0px 0px 16px #000000;
box-shadow: 0px 0px 16px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    
}

#productLineItems 
{
    margin-top: 5px; 
    margin-left: 40px; 
    margin-right: 40px;
    font-size: xx-large;
}
#partinfoleft
{
    float: left; 
    width: 60%; 
    font-weight: bold; 
    color: Black
}

.partinfoleft
{
    float: left; 
    width: 60%; 
    font-weight: bold; 
    color: Black;
}

#partprice
{
    float: right; 
    width: 40%; 
    color: Black
}

.sellcoreImage
{
    width:200px;
    height:100px;
}

.list_carousel
{
    width: 98%; 
    height: 250px;
    text-align: center; 
    border: 1px solid #ccc; 
    display: none;
}

.imageZoom
{
     width:500px;
    height:300px;
}

.products{
	list-style:none;
	margin-right:300px;
	padding:0px;
	width:100%;
}
.products li{
	display:inline;
	float:left;
	margin:10px;
			
}
.item{
	display:block;
	text-decoration:none;
		
}
.item img{
	border:none;
}
.item p{
	margin:0;
	font-weight:bold;
	text-align:center;
	color:#c3c3c3;
}
.cart{
	width:100%;
	background:#ccc;
	padding:0px 10px;
	float:left;
	border-style:double;
	border-width:thin;
	
	
}
		
.total{
	margin:0;
	text-align:right;
	padding-right:20px;
}
		
.deletebutton
    {
    background: url(../Images/delete_button.png) no-repeat;
    cursor:pointer;
    width:15px;
    height:15px;
    border: none;
    }
.detailButton
{
		background: transparent url('../Images/delete_button.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
		    
}
		
.textinput
{
	background-color:Aqua;
	height:20px;
	width :35px;
}
		
.cart ul li button.delete {
        position: absolute;
        right: 30px;
        top: 3px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
        opacity: 0;
        width: 20px;
        line-height: 20px;
        height: 20px;
        text-align: center;
        font-size: 11px;
        border: 0;
        color: #EE5757;
        background-color: #eee;
        border-radius: 3px;
        cursor: pointer;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        -ms-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }



