/* CSS Document */

.cms_cart_widget {
	 box-shadow: none; 
 padding: 0; 
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    text-align: left;
    width: 188px;
    margin-left: auto;
}


.productAttributes input[type=number]  {
	font-size: 16px;
    width: 118px;
    border: 1px solid grey;
    padding: 5px;
}

.buy select {
	font-size: 16px;
    width: 130px;
    border: 1px solid grey;
    padding: 5px;
}

.cms_ecommerce {
	padding: 0;
	margin-top: 0;
}

.cms_ecommerce input[type='submit'] {
	border-radius: 3px;
}

.cms_ecommerce_products th {
	background: 0 none;
	color: #000;
}

.cms_ecommerce .system_button {
	background-color: #1d4076;
}

.cms_ecommerce .cms_ecommerce_products td {
	padding: 10px;
}

.cms_ecommerce_summary td {
	padding: 10px!important;
}

.cms_ecommerce_summary tr:nth-child(even) {
	background-color: #EEEEEE;
}

.cms_ecommerce_summary .system_button {
	font-size: 12px;
	padding: 4px 6px;
}

.cms_ecommerce_summary.system_form {
	margin-top: 0;
}

/*
.catProdAttributeTitle {
	font-size: 15px!important;
    color: #000000;
    margin-bottom: 8px;
}

.cms_ecommerce_products table {
	width: 100%;
	border: 1px solid #cbcbcb;
}
.cms_ecommerce_products input[type=number] {
	width: 52px;
	font-size: 16px;
    border: 1px solid grey;
    padding: 5px;
}

.cms_ecommerce_products .system_button, .cms_row .system_button{
	    background: url(/images/dubbo-kangaroos-rugby-club_menu-hover.png) no-repeat top left;
	    font-size: 14px;
    font-weight: bold;
    color: #1d4076;
    height: 21px;
    padding: 5px 15px;
    margin: 4px 5px 8px 5px;
    display: inline-block;
    position: relative;
	color: #fff;
    text-decoration: none;
    border: 0px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	cursor: pointer;
}*/
